meta: initial commit

This commit is contained in:
2023-12-27 14:01:29 -05:00
commit 0ba6e52e7c
4 changed files with 366 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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"] }