Better error handling

This commit is contained in:
2026-05-24 07:36:43 +01:00
parent 74aa9e8a84
commit 08c028bfa8
6 changed files with 55 additions and 20 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ csv = "1.4"
gtfs-structures = "0.47"
log = "0.4"
sdl3 = {version = "0.17", features = ["ttf"]}
serde = { "1.0", features = ["derive"]}
serde_yaml = "0.8"
serde = { version = "1.0", features = ["derive"]}
yaml_serde = "0.10"
zip = "8.3"
[profile.dev]