badargs/Cargo.toml
2021-10-02 12:58:04 +02:00

16 lines
478 B
TOML

[package]
name = "badargs"
version = "0.1.1"
edition = "2018"
license = "MIT"
description = "Type safe zero-dependency argument parser"
homepage = "https://github.com/Nilstrieb/badargs"
repository = "https://github.com/Nilstrieb/badargs"
readme = "README.md"
keywords = ["argument-parsing", "zero-dependency", "type-safe"]
categories = ["command-line-interface"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]