Files
nytehash/Cargo.toml
2025-10-22 18:49:33 -04:00

16 lines
338 B
TOML

[package]
name = "deephash"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
color-eyre = "0.6.5"
futures = "0.3.31"
hex = "0.4.3"
sha2 = "0.10.9"
thiserror = "2.0.17"
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros", "fs", "io-std", "io-util"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.20"