aboutsummaryrefslogtreecommitdiff
path: root/argparse/Cargo.toml
blob: 755237305c35899d9dfd31bf9c5442d5665af1b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "argparse"
description = "Powerful command-line argument parsing library"
license = "MIT"
readme = "README.rst"
keywords = ["command-line", "cli", "command", "argument"]
categories = ["command-line-interface"]
homepage = "http://github.com/tailhook/rust-argparse"
version = "0.2.2"
authors = ["Paul Colomiets <paul@colomiets.name>"]