2024-03-18 19:33:42 +00:00
|
|
|
[package]
|
|
|
|
name = "sys-compare"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# 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-25 16:42:29 +00:00
|
|
|
#Fasching = {path = "../Fasching/"}
|
2024-03-21 22:50:27 +00:00
|
|
|
whoami = "1.5.1"
|