soldering-iron/Cargo.toml

14 lines
278 B
TOML

[package]
name = "soldering-iron"
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-rt = "0.7.3"
fugit = "0.3.7"
panic-halt = "0.2.0"
rp-pico = "0.7.0"
ssd1306 = "0.8.0"