added extra info to cargo.toml
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user