From 16ac78633e57afd0b13c94ef658e87aee8ebb4b8 Mon Sep 17 00:00:00 2001 From: Riey Date: Thu, 28 Sep 2023 04:47:26 +0900 Subject: [PATCH] Edit crate categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4f41a9..49c3681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ version = "0.3.0" authors = ["Riey "] repository = "https://github.com/Riey/xim-rs" documentation = "https://docs.rs/xim" -categories = ["x11", "xim", "protocol"] +categories = ["no-std", "parser-implementations"] readme = "README.md" keywords = ["x11", "xim", "x11rb", "no-std"] edition = "2018"