[package] name = "pw-gen" description = "A password generator" version = "0.1.2" author = "Chris" readme = "README.md" edition = "2021" repository = "https://github.com/gordug/pw-gen.git" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" tracing = "0.1.30" tracing-test = "0.2.4"