mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 22:44:42 +01:00
12 lines
176 B
TOML
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"
|