From 672458597e669df97f458c9e2c74f605c0f61bf2 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 10 Sep 2024 13:57:21 +0000 Subject: [PATCH] fix keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a21b091..3061d1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.77" 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"] +keywords = ["select", "ESP-IDF"] categories = ["asynchronous", "network-programming", "MCU", "embedded"] exclude = ["/.*"]