mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-14 19:55:08 +01:00
16 lines
478 B
TOML
16 lines
478 B
TOML
[package]
|
|
name = "badargs"
|
|
version = "0.1.2"
|
|
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]
|