LED-BOARD/client/Cargo.toml

12 lines
250 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"