terse_cli 0.1.4

A library for building no-boilerplate CLI apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "terse_cli"
version = "0.1.4"
authors = ["David McNamee <david@mcnamee.io>", "Jeffray Zhang <zhangjeffray@gmail.com>"]
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"