diff options
| -rw-r--r-- | src-tauri/Cargo.toml | 1 |
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"] } |