rand_string 0.1.0

Random string generator
Documentation
[package]
name = "rand_string"
version = "0.1.0"
authors = ["Scstechr <teufelkonig@gmail.com>"]
edition = "2018"
description = "Random string generator"
repository = "https://github.com/Scstechr/randstr"
readme = "README.md"
categories = ["random"]
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"