soldering-iron/Cargo.toml

21 lines
432 B
TOML
Raw Normal View History

2023-07-09 16:19:22 +02:00
[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 = "0.7.7"
2023-07-09 16:19:22 +02:00
cortex-m-rt = "0.7.3"
display-interface = "0.4.1"
embedded-graphics = "0.8.0"
embedded-hal = "0.2.7"
2023-07-10 17:34:30 +02:00
fugit = "0.3.7"
2023-07-29 00:05:58 +02:00
nb = "1.1.0"
2023-07-09 16:19:22 +02:00
panic-halt = "0.2.0"
rp-pico = "0.7.0"
ssd1306 = "0.8.0"
usb-device = "0.2.9"
usbd-serial = "0.1.1"