rustedbytes-randstuff 0.2.0

Rust CLI tool for generating random junk files and folders with various content themes
[package]
name = "rustedbytes-randstuff"
version = "0.2.0"
edition = "2021"
authors = ["Daniele Olmisani"]
description = "Rust CLI tool for generating random junk files and folders with various content themes"
license = "GPL-3.0"
repository = "https://github.com/mad4j/rustedbytes-randstuff"
homepage = "https://github.com/mad4j/rustedbytes-randstuff"
documentation = "https://github.com/mad4j/rustedbytes-randstuff"
readme = "README.md"
keywords = ["cli", "random", "generator", "testing", "development"]
categories = ["command-line-utilities", "development-tools::testing"]

[[bin]]
name = "rustedbytes-randstuff"
path = "src/main.rs"

[dependencies]
clap = { version = "4.5", features = ["derive"] }
rand = "0.8"