rbgn 0.2.0

A modern, cross-platform alternative to Bashgenn.
Documentation
[[bin]]
name = "rbgn"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.4.11"

[dependencies.linereader]
version = "0.4.0"

[lib]
name = "rbgn"
path = "src/lib.rs"

[package]
authors = ["romw314"]
description = "A modern, cross-platform alternative to Bashgenn."
edition = "2021"
license = "Unlicense"
name = "rbgn"
readme = "README.md"
repository = "https://github.com/romw314/rust-bashgenn/"
rust-version = "1.75"
version = "0.2.0"