Initial Version

This commit is contained in:
Dimitris
2026-06-12 08:28:49 +02:00
commit de697b2cfc
5 changed files with 2597 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "weather"
version = "0.1.0"
edition = "2024"
[dependencies]
trpl = "0.3.0"
scraper = "0.27.0"
tokio = { version = "1.52.3", features = ["rt", "rt-multi-thread", "macros"] }
reqwest = { version = "0.13.4", default-features = false }
rumqttc = "0.25.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_derive = "1.0.228"
serde_json = "1.0.149"
# Raspberrypi
# cross build --release --target aarch64-unknown-linux-gnu