check upstream cache

This commit is contained in:
cy 2025-04-01 01:47:01 -04:00
parent 05bfb4c491
commit 073755deeb
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 1595 additions and 30 deletions

View file

@ -6,5 +6,7 @@ edition = "2024"
[dependencies]
env_logger = "0.11.7"
log = "0.4.27"
reqwest = "0.12.15"
serde = { version = "1.0.219", features = [ "derive" ]}
serde_json = "1.0.140"
tokio = { version = "1.44.1", features = [ "full" ]}