LED-BOARD/client/Cargo.toml

14 lines
288 B
TOML
Raw Normal View History

[package]
name = "LEDboardClient"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-25 21:27:13 +02:00
bit = "0.1.1"
2023-05-24 21:12:18 +02:00
embedded-graphics = "0.8.0"
2023-05-26 22:25:04 +02:00
openweathermap = "0.2.4"
2023-05-31 21:30:21 +02:00
substring = "1.4.5"
tinybmp = "0.5.0"