[package] name = "grp" version = "0.1.1" authors = ["TENX-S "] description = "Generate random password, customize the amount of symbols and numbers" homepage = "https://github.com/TENX-S/Rust-demo" repository = "https://github.com/TENX-S/Rust-demo" readme = "README.md" keywords = ["random", "terminal-app", "password"] categories = ["command-line-utilities"] edition = "2018" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.3" grp_api = "0.1.1"