[package] name = "kms" version = "0.1.1" edition = "2021" authors = ["malezjaa"] license = "MIT" description = "Rust adaptation of windows and linux commands." repository = "https://github.com/malezjaa/rust-kms" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simplelog = { version = "^0.12.1", features = ["paris"] } clap = "4.3.4" colored = "2.0.0" chrono = "0.4.26" [[bin]] name = "kms" path = "src/main.rs"