aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c72e1c6..3baef49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ reqwest = { version = "0.13.1", features = ["json", "stream"] }
14serde = { version = "1.0.228", features = ["derive"] } 14serde = { version = "1.0.228", features = ["derive"] }
15serde_json = "1.0.149" 15serde_json = "1.0.149"
16sha1 = "0.10.6" 16sha1 = "0.10.6"
17tempfile = "3.26.0"
17tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] } 18tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
18toml = "0.9.11" 19toml = "0.9.11"
19uuid = { version = "1.19.0", features = ["v4"] } 20uuid = { version = "1.19.0", features = ["v4"] }