init gtfs setup

This commit is contained in:
Nicholas Orlowsky 2025-10-06 23:01:09 -04:00
parent 5539c8521d
commit 167cffc868
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
22 changed files with 99 additions and 1401 deletions

View file

@ -17,3 +17,4 @@ libseptastic = { path = "../libseptastic/" }
env_logger = "0.11.8"
log = "0.4.27"
reqwest = { version = "0.12.22", features = [ "json", "blocking" ] }
serde_yaml = "0.9.34"