mostly works for fetching gtfs zips

This commit is contained in:
Nicholas Orlowsky 2025-10-08 07:27:15 -04:00
parent 167cffc868
commit f407992035
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
4 changed files with 679 additions and 42 deletions

View file

@ -18,3 +18,5 @@ env_logger = "0.11.8"
log = "0.4.27"
reqwest = { version = "0.12.22", features = [ "json", "blocking" ] }
serde_yaml = "0.9.34"
gtfs-structures = "0.45.1"
zip = "5.1.1"