aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: ec92149f14acf6d402de08c6fbe39d104a85e150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "argh"
version = "0.1.7"
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
edition = "2018"
keywords = ["args", "arguments", "derive", "cli"]
license = "BSD-3-Clause"
description = "Derive-based argument parser optimized for code size"
repository = "https://github.com/google/argh"
readme = "README.md"

[dependencies]
argh_shared = { version = "0.1.7", path = "../argh_shared" }
argh_derive = { version = "0.1.7", path = "../argh_derive" }