[package] name = "simple_password_generator" authors = ["christian cecilia"] version = "1.0.1" edition = "2021" license = "MIT" description = "Simple CLI password generator. Can also be used as lib in other porjects" repository = "https://github.com/CCecilia/simple_password_generator" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" clap = { version = "4.0.29", features = ["derive"] }