aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-19 00:34:03 +0800
committer苏向夜 <fu050409@163.com>2026-01-19 00:34:03 +0800
commitf57b6639424eb0258292870512e78c0670d3b94d (patch)
treebd843ce9ec297386c8d1672e866304c6ab34020b /src-tauri/Cargo.toml
parent0e4cdb9610defe54439744fe6e8d5a79a3e02447 (diff)
downloadDropOut-f57b6639424eb0258292870512e78c0670d3b94d.tar.gz
DropOut-f57b6639424eb0258292870512e78c0670d3b94d.zip
chore(tauri): mark tauri crate as private
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 78743cd..acf9564 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["HsiangNianian"]
description = "The DropOut Minecraft Game Launcher"
license = "MIT"
repository = "https://github.com/HsiangNianian/DropOut"
+publish = false
[dependencies]
serde = { version = "1.0", features = ["derive"] }