File: Cargo.toml.orig

package info (click to toggle)
rust-argh-shared 0.1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 96 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
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"] }