clap/Cargo.toml
Guillaume Pinot 3ec065a12a Init project
2017-02-03 01:17:31 +01:00

17 lines
499 B
TOML

[package]
name = "structopt"
version = "0.0.0"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Parse command line argument by defining a struct."
documentation = "https://docs.rs/structopt"
repository = "https://github.com/TeXitoi/structopt"
keywords = ["clap", "cli", "derive", "docopt"]
categories = ["command-line-interface"]
license = "WTFPL"
readme = "README.md"
[dependencies]
clap = "2.20.1"
structopt-derive = { path = "structopt-derive", version = "0.0.0" }
[workspace]