From 5f63bbf5543da63e3ef04e60f045becebbc303fd Mon Sep 17 00:00:00 2001 From: Michael Kamprath Date: Sun, 29 Sep 2024 17:32:10 -0700 Subject: [PATCH] improved documentation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8dc87bd..8b9323d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" repository = "https://github.com/michaelkamprath/i2c-character-display" readme = "README.md" keywords = ["embedded", "i2c", "character-display", "driver", "lcd"] -categories = ["embedded-hal", "no-std", "embedded"] +categories = ["no-std", "embedded"] [lib] name = "i2c_character_display"