添加weatherdata表的struct

This commit is contained in:
2025-09-10 16:24:01 +08:00
parent 7e569e59d6
commit 00a4faa410
3 changed files with 48 additions and 3 deletions

View File

@@ -5,8 +5,9 @@ edition = "2024"
[dependencies]
actix-web = "4.11.0"
chrono = "0.4.41"
chrono = {version = "0.4.41", features=["serde"]}
dotenvy = "0.15.7"
reqwest = { version = "0.12.23", features=["json"]}
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid"] }