Added weather symbols

This commit is contained in:
2025-05-10 20:39:43 -07:00
parent 710399628b
commit ade570b8af
4 changed files with 137 additions and 4 deletions

View File

@@ -9,4 +9,5 @@ edition = "2021"
serde = "1.0.196"
serde_json = "1.0.113"
curl = "0.4.46"
regex = "1.11.1"
clap = { version = "4.5.1", features = ["derive"] }