initial commit
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "mmc56x3"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[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 }
|
||||
|
||||
|
||||
[features]
|
||||
sync = ["embedded-hal", "maybe-async/is_sync"]
|
||||
|
||||
Reference in New Issue
Block a user