Files
radius-rs/code-generator/Cargo.toml
moznion 02f521872e releng: 0.3.0
Signed-off-by: moznion <moznion@mail.moznion.net>
2022-05-18 12:42:46 -07:00

12 lines
176 B
TOML

[package]
name = "code-generator"
version = "0.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
[dependencies]
regex = "1"
getopts = "0.2"
Inflector = "0.11"