ucg/Cargo.toml
Jeremy Wall c6af1543bf Basic Parsing for the language.
The start of defining a languge for configuration generation.
2017-07-11 20:36:05 -05:00

16 lines
233 B
TOML

[package]
name = "ucg"
version = "0.0.1"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
[dependencies]
nom = "^2.2"
quick-error = "^1.2.0"
[lib]
name = "ucglib"
path = "src/lib.rs"
[[bin]]
name = "ucg"
path = "src/main.rs"