Second set of commits for realtime support

This commit is contained in:
2026-06-13 08:06:12 +01:00
parent 40f8c46d80
commit 8496cfd72f
3 changed files with 52 additions and 12 deletions
+2
View File
@@ -8,10 +8,12 @@ host = "x86_64-unknown-linux-gnu"
chrono = "0.4"
csv = "1.4"
gtfs-structures = "0.47"
gtfs-realtime = "0.2"
log = "0.4"
reqwest = { version = "0.11", features = ["blocking"] }
sdl3 = {version = "0.17", features = ["ttf"]}
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
time-format = "1.2"
yaml_serde = "0.10"
zip = "8.3"