From dcd57097a673b9376dbb08a3ad9403e068eeb650 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Wed, 4 Sep 2024 21:21:33 +0200 Subject: [PATCH] Update categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54edbae..c42bdfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = [ "Johannes Cornelis Draaijer " ] license = "MIT OR Apache-2.0" keywords = [ "ipmi", "sysadmin", "bmc" ] -categories = [ "operating-systems" ] +categories = [ "parser-implementations", "network-programming" ] description = "A pure rust implementation of the IPMI spec" repository = "https://github.com/datdenkikniet/ipmi-rs" documentation = "https://docs.rs/ipmi-rs/latest"