sys-compare/Cargo.toml

17 lines
624 B
TOML
Raw Normal View History

2024-03-18 19:33:42 +00:00
[package]
name = "sys-compare"
2024-03-29 20:17:48 +00:00
description = "Track Filesystem Integrity via 'Snapshots' containing hash of all files within specified directories."
2024-03-29 21:04:57 +00:00
version = "0.1.2"
2024-03-18 19:33:42 +00:00
edition = "2021"
2024-03-29 20:16:25 +00:00
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"
2024-03-18 19:33:42 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-25 19:13:01 +00:00
Fasching = "0.1.19"
2024-03-28 23:05:09 +00:00
clap = { version = "4.5.4", features = ["derive"] }
2024-03-21 22:50:27 +00:00
whoami = "1.5.1"