From a51dd44cfb7d7054fc5cc8cad7ef18dfe2025b26 Mon Sep 17 00:00:00 2001 From: foxx Date: Sun, 14 Apr 2024 22:33:30 -0400 Subject: [PATCH] rev --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4470793..eb8ba2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sys-compare" -description = "Track Filesystem Integrity via 'Snapshots' containing hash of all files within specified directories." -version = "0.1.6" +description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory." +version = "0.1.7" edition = "2021" authors = ["james@koonts.net"] 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 [dependencies] -filesystem-hashing = "0.2.6" +filesystem-hashing = "0.2.7" clap = { version = "4.5.4", features = ["derive"] } whoami = "1.5.1" anyhow = "1.0.81"