mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-23 18:29:50 -04:00
24 lines
499 B
TOML
24 lines
499 B
TOML
[package]
|
|
name = "ucg"
|
|
version = "0.0.1"
|
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
|
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 = "^3.2"
|
|
nom_locate = "^0.1.1"
|
|
quick-error = "^1.2.0"
|
|
clap = "~2.26.0"
|
|
|
|
[lib]
|
|
name = "ucglib"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "ucg"
|
|
path = "src/main.rs"
|