include modified weatherapi, use forcast, use worst rain detection

This commit is contained in:
Empire
2023-06-09 01:09:59 +02:00
parent 0b973f8201
commit a201193d58
20 changed files with 3175 additions and 76 deletions

16
client/bin/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "LEDboardClient"
version = "0.1.0"
edition = "2021"
[dependencies]
bit = "0.1.1"
embedded-graphics = "0.8.0"
substring = "1.4.5"
tinybmp = "0.5.0"
openweathermap = { path = "../openweathermap" }
chrono = { version = "0.4.23", default-features = false , features = ["iana-time-zone"] }
chrono-tz = "0.8.0"
colored = "2.0.0"
datetime = "0.5.2"