2023-11-05 20:51:32 +00:00
|
|
|
[package]
|
|
|
|
name = "pico-blink"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cortex-m = "0.7.7"
|
|
|
|
cortex-m-rt = "0.7.3"
|
|
|
|
embedded-hal = "0.2.7"
|
2023-11-10 03:24:37 +00:00
|
|
|
fugit = "0.3.7"
|
2023-11-05 20:51:32 +00:00
|
|
|
panic-halt = "0.2.0"
|
|
|
|
rp-pico = "0.8.0"
|