blob: 8e07308920df81b91d799b181c384d3570de40ed [file] [log] [blame] [edit]
[package]
name = "argh_shared"
version = "0.1.12"
authors = ["Taylor Cramer <[email protected]>", "Benjamin Brittain <[email protected]>", "Erick Tryzelaar <[email protected]>"]
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"] }