2023-03-27 16:04:48 +00:00
|
|
|
[package]
|
|
|
|
name = "cyw43-pio"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cyw43 = { path = "../" }
|
2023-04-30 21:02:44 +00:00
|
|
|
embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] }
|
2023-03-27 16:04:48 +00:00
|
|
|
pio-proc = "0.2"
|
|
|
|
pio = "0.2.1"
|
2023-04-30 21:55:19 +00:00
|
|
|
defmt = { version = "0.3", optional = true }
|