Files
bitrot-checker/Cargo.toml
2023-12-27 14:01:29 -05:00

12 lines
326 B
TOML

[package]
name = "bitrot-checker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sha2 = "0.10.7"
spinners = "4.1.0"
tokio = { version = "1.29.1", features = ["sync", "rt-multi-thread", "fs", "macros", "io-util", "io-std"] }