From 3a8ec223e4367e234663523f03e512458d82a43b Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Mon, 26 Jan 2026 15:06:10 +0100 Subject: [PATCH] added keywords to cargo toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 286dad8..98ddbd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Driver for the AS7265x" readme = "README.md" repository = "https://git.kapelle.org/niklas/as7265x-rust" homepage = "https://git.kapelle.org/niklas/as7265x-rust" +keywords = ["no_std", "embedded"] [dependencies] embedded-hal-async = { version = "1.0.0" }