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

[dependencies]
serde = { version = "1", features = ["derive"] }