aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-15 12:52:08 +0800
committerGitHub <noreply@github.com>2026-01-15 12:52:08 +0800
commit3dd9b12033f4d2284601089201594a3e1049d7c2 (patch)
tree22ace52c4a6e8d9d7fa6fb7a7423999970b6d2a9 /src-tauri/Cargo.toml
parentd4d37b4d418ab2a517ce6ce2b8272cf084fdc724 (diff)
parent43a3e9c285f3d5d04fef025041a06609a0d1c218 (diff)
downloadDropOut-3dd9b12033f4d2284601089201594a3e1049d7c2.tar.gz
DropOut-3dd9b12033f4d2284601089201594a3e1049d7c2.zip
Merge pull request #13 from BegoniaHe/feat/download-java-rt
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml12
1 files changed, 8 insertions, 4 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 9b5bc7b..27a0e0c 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -8,20 +8,24 @@ license = "MIT"
repository = "https://github.com/HsiangNianian/DropOut"
[dependencies]
-serde = { version = "1.0", features = ["derive"] }
-toml = "0.5"
+serde = { version = "1.0", features = ["derive"] }
+toml = "0.5"
log = "0.4"
-env_logger = "0.9"
+env_logger = "0.9"
tokio = { version = "1.49.0", features = ["full"] }
-reqwest = { version = "0.13.1", features = ["json", "blocking"] }
+reqwest = { version = "0.13.1", features = ["json", "blocking", "stream"] }
serde_json = "1.0.149"
tauri = { version = "2.9", features = [] }
tauri-plugin-shell = "2.3"
uuid = { version = "1.10.0", features = ["v3", "v4", "serde"] }
futures = "0.3"
sha1 = "0.10"
+sha2 = "0.10"
hex = "0.4"
zip = "2.2.2"
+flate2 = "1.0"
+tar = "0.4"
+dirs = "5.0"
serde_urlencoded = "0.7.1"
tauri-plugin-dialog = "2.5.0"