You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
719 B
TOML
28 lines
719 B
TOML
[package]
|
|
name = "atmo-sense"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "CNPLv4+"
|
|
|
|
# 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 = { version = "0.2.7", features = ["unproven"] }
|
|
rp2040-boot2 = "0.3.0"
|
|
panic-halt = "0.2.0"
|
|
rp2040-hal = { version = "0.8.2", features = ["rt", "rom-func-cache", "critical-section-impl"] }
|
|
fugit = "0.3.7"
|
|
nb = "1.1.0"
|
|
cortex-m-rtic = "1.1.4"
|
|
rtic-monotonic = "1.0.0"
|
|
systick-monotonic = "1.0.1"
|
|
embedded-time = "0.12.1"
|
|
ssd1306 = "0.8.0"
|
|
embedded-graphics = "0.8.0"
|
|
smart-leds = "0.3.0"
|
|
ws2812-pio = "0.6.0"
|
|
waveshare-rp2040-zero = "0.6.0"
|
|
embedded-alloc = "0.5.0"
|