diff options
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c53ff36..95dbb17 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "dropout" -version = "0.1.9" +version = "0.1.10" edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" license = "MIT" +repository = "https://github.com/HsiangNianian/DropOut" [dependencies] serde = { version = "1.0", features = ["derive"] } |