rbgn 0.1.0

A modern, cross-platform alternative to Bashgenn.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["derive", "cargo"]
version = "4.4.11"

[dependencies.linereader]
version = "0.4.0"

[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.1.0"