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-30 04:38:14 +00:00
|
|
|
version = "0.1.3"
|
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-30 04:51:13 +00:00
|
|
|
Fasching = "0.2.2"
|
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"
|
2024-03-30 04:35:42 +00:00
|
|
|
anyhow = "1.0.81"
|