summaryrefslogtreecommitdiff
path: root/crates/utils/sha1_hash/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/utils/sha1_hash/Cargo.toml')
-rw-r--r--crates/utils/sha1_hash/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/utils/sha1_hash/Cargo.toml b/crates/utils/sha1_hash/Cargo.toml
new file mode 100644
index 0000000..e206efd
--- /dev/null
+++ b/crates/utils/sha1_hash/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "sha1_hash"
+edition = "2024"
+version.workspace = true
+
+[dependencies]
+tokio = { version = "1.48", features = ["full"] }
+sha1 = "0.10"
+futures = "0.3"