From 4f2a3ebd7165412dc3575c7c9f39734ff6138c47 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 10 Sep 2024 14:01:03 +0000 Subject: [PATCH] fix categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3061d1c..86ae014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Async I/O fork for embedded systems" license = "Apache-2.0 OR MIT" repository = "https://github.com/ivmarkov/async-io-mini" keywords = ["select", "ESP-IDF"] -categories = ["asynchronous", "network-programming", "MCU", "embedded"] +categories = ["asynchronous", "network-programming", "embedded"] exclude = ["/.*"] [features]