Skip to content

Commit 9944361

Browse files
authored
chore: modified categories field in Cargo.toml to use slugs, etc (#25)
1 parent 37e1931 commit 9944361

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/sttk/cliargs-rust"
1111
license = "MIT"
1212
keywords = ["cli", "command", "line", "argument", "parse"]
13-
categories = ["command-line interface"]
13+
categories = ["command-line-interface"]
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

cliargs_derive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.1.0"
44
authors = ["Takayuki Sato <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.1"
7-
description = ""
7+
description = "The derive macro that automatically implements some methods to parse command line arguments for a struct instnace."
88
documentation = "https://docs.rs/cliargs_derive"
99
readme = "README.md"
1010
repository = "https://github.com/sttk/cliargs-rust"
1111
license = "MIT"
1212
keywords = ["cli", "command", "line", "argument", "parse"]
13-
categories = ["command-line interface"]
13+
categories = ["command-line-interface"]
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

0 commit comments

Comments
 (0)