[package] authors = ["Chevdor "] name = "syscheck" version = "0.0.0" edition = "2021" description = "syscheck is a cli" homepage = "https://github.com/Chevdor/syscheck" keywords = ["Chevdor"] license = "MIT" readme = "README.md" repository = "https://github.com/Chevdor/syscheck" [dependencies] assert_cmd = "2.0" env_logger = "0.11" log = "0.4" clap = { version = "4", features = ["derive", "env", "unicode", "cargo"] }