[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"] } |