aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml11
1 files changed, 3 insertions, 8 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index ecd0beb..6fde40f 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,11 +1,12 @@
[package]
name = "dropout"
-version = "0.1.26"
+version = "0.2.0-alpha.1"
edition = "2021"
authors = ["HsiangNianian"]
description = "The DropOut Minecraft Game Launcher"
license = "MIT"
-repository = "https://github.com/HsiangNianian/DropOut"
+repository = "https://github.com/HydroRoll-Team/DropOut"
+publish = false
[dependencies]
serde = { version = "1.0", features = ["derive"] }
@@ -36,12 +37,6 @@ regex = "1.12.2"
[build-dependencies]
tauri-build = { version = "2.0", features = [] }
-[profile.dev]
-opt-level = 0
-
-[profile.release]
-opt-level = 3
-
[package.metadata.deb]
depends = "libgtk-3-0"
section = "games"