Refresh the GTFS bundle every time the program starts.

This commit is contained in:
2026-05-25 07:45:35 +01:00
parent 2957ccf1ff
commit dc368ca811
6 changed files with 122 additions and 147 deletions
+2
View File
@@ -9,8 +9,10 @@ chrono = "0.4"
csv = "1.4"
gtfs-structures = "0.47"
log = "0.4"
reqwest = { version = "0.11", features = ["blocking"] }
sdl3 = {version = "0.17", features = ["ttf"]}
serde = { version = "1.0", features = ["derive"]}
time-format = "1.2"
yaml_serde = "0.10"
zip = "8.3"