minor documentation fixes
This commit is contained in:
@@ -9,10 +9,9 @@ repository = "https://git.kapelle.org/niklas/as7265x-rust"
|
||||
homepage = "https://git.kapelle.org/niklas/as7265x-rust"
|
||||
|
||||
[dependencies]
|
||||
embedded-hal = { version = "1.0.0", optional = true }
|
||||
maybe-async = { version = "0.2.10" }
|
||||
|
||||
embedded-hal-async = { version = "1.0.0" }
|
||||
maybe-async = { version = "0.2.10" }
|
||||
embedded-hal = { version = "1.0.0", optional = true }
|
||||
|
||||
[features]
|
||||
sync = ["embedded-hal", "maybe-async/is_sync"]
|
||||
|
||||
Reference in New Issue
Block a user