rev blacklist

This commit is contained in:
jamesk 2024-04-15 18:45:07 -04:00
parent e8657f7ba4
commit a23ce48b92

View File

@ -1,7 +1,7 @@
[package] [package]
name = "sys-compare" name = "sys-compare"
description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory." description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory."
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
authors = ["james@koonts.net"] authors = ["james@koonts.net"]
license = "MIT" license = "MIT"
@ -11,7 +11,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
filesystem-hashing = "0.2.8" filesystem-hashing = "0.3.0"
clap = { version = "4.5.4", features = ["derive"] } clap = { version = "4.5.4", features = ["derive"] }
whoami = "1.5.1" whoami = "1.5.1"
anyhow = "1.0.82" anyhow = "1.0.82"