sys-compare/Cargo.toml
jkoonts 0786b8de61 .
2024-03-30 00:38:14 -04:00

18 lines
641 B
TOML

[package]
name = "sys-compare"
description = "Track Filesystem Integrity via 'Snapshots' containing hash of all files within specified directories."
version = "0.1.3"
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.2.1"
clap = { version = "4.5.4", features = ["derive"] }
whoami = "1.5.1"
anyhow = "1.0.81"