added maybe-async
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
[package]
|
||||
name = "as7265x-rust"
|
||||
name = "as7265x"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
embedded-hal = "1.0.0"
|
||||
maybe-async = { version = "0.2.10", features=["is_sync"]}
|
||||
|
||||
embedded-hal-async = { version = "1.0.0", optional = true }
|
||||
|
||||
[features]
|
||||
async = [ "embedded-hal-async" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user