Files
radius-rs/code-generator/Cargo.toml
moznion 140b58358e releng: v0.2.1
Signed-off-by: moznion <moznion@mail.moznion.net>
2021-06-01 00:03:09 +09:00

12 lines
176 B
TOML

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