ucg/Cargo.toml

23 lines
476 B
TOML
Raw Normal View History

[package]
name = "ucg"
version = "0.0.1"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
2017-07-11 20:29:54 -05:00
description = "Runs a command on user specified triggers."
repository = "https://github.com/zaphar/ucg"
readme = "README.md"
keywords = ["compiler", "config"]
license = "Apache-2.0"
[dependencies]
nom = "^2.2"
quick-error = "^1.2.0"
clap = "~2.26.0"
[lib]
name = "ucglib"
path = "src/lib.rs"
[[bin]]
name = "ucg"
2017-07-11 20:29:54 -05:00
path = "src/main.rs"