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.toml3
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 = [] }