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.
26 lines
673 B
TOML
26 lines
673 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.2"
|
|
embedded-hal = { version = "0.2.7", features = ["unproven"] }
|
|
rp2040-boot2 = "0.2.1"
|
|
panic-halt = "0.2.0"
|
|
rp2040-hal = { version = "0.7.0", features = ["rt", "rom-func-cache", "critical-section-impl"] }
|
|
fugit = "0.3.6"
|
|
nb = "1.0.0"
|
|
cortex-m-rtic = "1.1.3"
|
|
rtic-monotonic = "1.0.0"
|
|
systick-monotonic = "1.0.1"
|
|
sparkfun-pro-micro-rp2040 = "0.5.0"
|
|
embedded-time = "0.12.1"
|
|
ssd1306 = "0.7.1"
|
|
embedded-graphics = "0.7.1"
|
|
numtoa = "0.2.4"
|