aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2026-02-25 18:52:30 +0100
committerFilip Wandzio <contact@philw.dev>2026-02-25 18:52:30 +0100
commit35decaddb5f3c4e5d85c31f2f3355decf159a02d (patch)
tree6def636c2392bcb4d55c96ec6b57c8e87116379c
parentf7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a (diff)
downloaddml-35decaddb5f3c4e5d85c31f2f3355decf159a02d.tar.gz
dml-35decaddb5f3c4e5d85c31f2f3355decf159a02d.zip
Add missing cargo tempfile dependency
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"] }