[package] name = "rgend" version = "1.3.1" authors = ["Mateusz Czarnecki (DemwE)"] description = "A simple CLI tool for generating random passwords or passphrase passwords." repository = "https://github.com/DemwE/rgend" license = "GPL-3.0" readme = "README.md" categories = ["command-line-utilities"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = {version = "4.4.2", features = ["derive"]} rand = "0.8.5"