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, 0 insertions, 9 deletions
diff --git a/crates/utils/sha1_hash/Cargo.toml b/crates/utils/sha1_hash/Cargo.toml
deleted file mode 100644
index e206efd..0000000
--- a/crates/utils/sha1_hash/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "sha1_hash"
-edition = "2024"
-version.workspace = true
-
-[dependencies]
-tokio = { version = "1.48", features = ["full"] }
-sha1 = "0.10"
-futures = "0.3"