pico-test/Cargo.toml
2023-01-15 22:58:30 +01:00

15 lines
350 B
TOML

[package]
name = "pico-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rp-pico = "0.6.0"
embedded-hal = "0.2.7"
panic-halt = "0.2.0"
cortex-m = { version = "0.7", features = ["inline-asm"] }
cortex-m-rt = "0.7"
pio = "0.2.1"
pio-proc = "0.2.1"