From 6bd1729728a19d42854c4d98f7056efc88f2bc03 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 23 Feb 2026 17:22:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F:=20move=20no=5Fstd=20(eve?= =?UTF-8?q?n=20no=5Falloc)=20from=20keyword=20to=20categories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2429d82..13dfbef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] authors = ["Bennet Hattesen "] -categories = ["encoding"] +categories = ["encoding", "no_std::no_alloc"] edition = "2024" description = "Slipmux de- and encoding" homepage = "https://github.com/teufelchen1/slipmux" -keywords = ["slip", "serial", "uart", "coap", "no_std"] +keywords = ["slip", "serial", "uart", "coap"] license = "MIT OR Apache-2.0" name = "slipmux"