summaryrefslogtreecommitdiff
path: root/utils/sha1_hash/Cargo.toml
blob: e206efd5921ec63d5a0ef0808fe516ea977424e2 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "sha1_hash"
edition = "2024"
version.workspace = true

[dependencies]
tokio = { version = "1.48", features = ["full"] }
sha1 = "0.10"
futures = "0.3"