added extra info to cargo.toml

This commit is contained in:
2026-02-10 12:53:00 +01:00
parent 00d196c8f1
commit c9b498215f

View File

@@ -2,12 +2,19 @@
name = "mmc56x3"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
description = "Driver for the MMC56x3"
readme = "README.md"
repository = "https://git.kapelle.org/niklas/mmc56x3-rust"
homepage = "https://git.kapelle.org/niklas/mmc56x3-rust"
keywords = ["no_std", "embedded"]
[dependencies]
embedded-hal-async = { version = "1.0.0" }
maybe-async = { version = "0.2.10" }
embedded-hal = { version = "1.0.0", optional = true }
bitflags = { version = "2.10.0", default-features = false }
bitflags = { version = "2.10.0" }
[features]