[package] name = "terse_cli" version = "0.1.4" authors = ["David McNamee ", "Jeffray Zhang "] edition = "2021" description = "A library for building no-boilerplate CLI apps" license = "MIT" repository = "https://github.com/JeffrayZhang/terse-cli" homepage = "https://github.com/JeffrayZhang/terse-cli" readme = "../readme.md" [dependencies] proc-macro2 = "1.0.92" terse_cli_lib = { path = "../terse_cli_lib", version = "0.1.2" } [lib] proc-macro = true path = "lib.rs"