[package] name = "rand_string" version = "0.1.1" authors = ["Scstechr "] edition = "2018" description = "Random string generator" repository = "https://github.com/Scstechr/randstr" readme = "README.md" categories = ["command-line-utilities"] keywords = ["cli"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.3"