From b48659c1b9e8194c96162188a025c07ba8be62d5 Mon Sep 17 00:00:00 2001 From: jamesk Date: Fri, 29 Mar 2024 16:16:25 -0400 Subject: [PATCH] . --- Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7eda251..5905bd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,15 @@ [package] name = "sys-compare" -version = "0.1.0" +version = "0.1.1" edition = "2021" - +authors = ["james@koonts.net"] +license = "MIT" +repository = "https://github.com/helloimalemur/sys-compare" +keywords = ["file-integrity", "filesystem-integirty", "file-hashing", "folder-hashing", "filesystem-hashing"] +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] Fasching = "0.1.19" clap = { version = "4.5.4", features = ["derive"] } -#Fasching = {path = "../Fasching/"} whoami = "1.5.1"