yacli 0.2.0

Library for creating CLI tools with a look and feel similiar to Cargo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "yacli"
version = "0.2.0"
authors = ["Ignacio Corderi <ignacio@exablox.com>"]
homepage = "https://icorderi.github.io/yacli/"
repository = "https://github.com/icorderi/yacli/"
documentation = "https://icorderi.github.io/yacli/doc/yacli/"
description = "Library for creating CLI tools with a look and feel similiar to Cargo"
keywords = [ "cli", "shell", "colors", "console" ]
readme = "README.md"
license = "MIT"

[dependencies]
shell = "^0.3.0"
docopt = "^0.6.78"
rustc-serialize = "^0.3.16"