diff options
| author | 2026-01-13 15:56:20 +0800 | |
|---|---|---|
| committer | 2026-01-13 15:56:20 +0800 | |
| commit | 66f7825ed9638606665b9e61c6f8132de013da14 (patch) | |
| tree | 764c30309a1c5a77f3b0d92d5131b1b50ae50402 /src-tauri/Cargo.toml | |
| parent | 6fbb5f19cab02f3a0f18cdeda3da02e717b69cd6 (diff) | |
| download | DropOut-66f7825ed9638606665b9e61c6f8132de013da14.tar.gz DropOut-66f7825ed9638606665b9e61c6f8132de013da14.zip | |
feat: implement download functionality with progress monitoring and version management
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0091ed4..1c81ade 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -14,6 +14,9 @@ serde_json = "1.0.149" tauri = { version = "2.0.0", features = [] } tauri-plugin-shell = "2.0.0" uuid = { version = "1.10.0", features = ["v3", "v4", "serde"] } +futures = "0.3" +sha1 = "0.10" +hex = "0.4" [build-dependencies] tauri-build = { version = "2.0.0", features = [] } |