[package] name = "pra" version = "0.0.2" edition = "2021" description = "Print Random ASCII" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" aoko = "0.3.0-alpha.28" clap = {version = "4.4.16", features = ["derive"]}