meta: initial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user