From 70bc60055f089b6bd02c094abd5212d8438c34b4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 18 May 2024 19:59:28 +0200 Subject: [PATCH] build(Cargo.toml): Use correct category slugs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fd7ded..dd9288a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ version = "0.2.0" edition = "2021" license = "LGPL-3.0-or-later" repository = "https://git.nerdcult.net/trinitrix/trinitry" -categories = ["programming-language", "library"] +categories = ["parser-implementations"] keywords = ["language", "simple"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html