added keywords to cargo toml

This commit is contained in:
2026-01-26 15:06:10 +01:00
parent cad7609e2c
commit 3a8ec223e4

View File

@@ -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" }