Switched realtime update feed from JSON to Protobuf.

This commit is contained in:
2026-06-27 11:20:37 +01:00
parent a2ccb9b761
commit 618c4ff2fe
2 changed files with 12 additions and 3 deletions
+2
View File
@@ -10,6 +10,8 @@ csv = "1.4"
gtfs-structures = "0.47"
gtfs-realtime = "0.2"
log = "0.4"
prost = "0.14"
prost-types = "0.14"
reqwest = { version = "0.11", features = ["blocking"] }
sdl3 = {version = "0.17", features = ["ttf"]}
serde = { version = "1.0", features = ["derive"]}