fetch essentials from url

This commit is contained in:
Julian Freeman
2026-03-30 17:45:09 -04:00
parent 8f55da1940
commit 626a9c21b0
7 changed files with 980 additions and 55 deletions

View File

@@ -25,4 +25,5 @@ serde_json = "1"
tokio = { version = "1.50.0", features = ["full"] }
chrono = "0.4.44"
regex = "1.12.3"
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }