build(Cargo.toml): Use correct category slugs
This commit is contained in:
parent
d9ceb571d2
commit
70bc60055f
|
@ -25,7 +25,7 @@ version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-3.0-or-later"
|
license = "LGPL-3.0-or-later"
|
||||||
repository = "https://git.nerdcult.net/trinitrix/trinitry"
|
repository = "https://git.nerdcult.net/trinitrix/trinitry"
|
||||||
categories = ["programming-language", "library"]
|
categories = ["parser-implementations"]
|
||||||
keywords = ["language", "simple"]
|
keywords = ["language", "simple"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
Loading…
Reference in New Issue