.
This commit is contained in:
parent
d03dc9acc6
commit
b48659c1b9
@ -1,12 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sys-compare"
|
name = "sys-compare"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
Fasching = "0.1.19"
|
Fasching = "0.1.19"
|
||||||
clap = { version = "4.5.4", features = ["derive"] }
|
clap = { version = "4.5.4", features = ["derive"] }
|
||||||
#Fasching = {path = "../Fasching/"}
|
|
||||||
whoami = "1.5.1"
|
whoami = "1.5.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user