mirror of
https://github.com/Noratrieb/badargs.git
synced 2026-01-14 11:55:00 +01:00
fixed category
This commit is contained in:
parent
3b6c7b936a
commit
15ee65614b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "badargs"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
description = "Type safe zero-dependency argument parser"
|
||||
|
|
@ -8,7 +8,7 @@ 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"]
|
||||
categories = ["command-line-interface"]
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue