feat: add logic for journey->train identifier resolving, add recording of journeys, build api bearer auth

This commit is contained in:
2025-05-11 01:12:23 +02:00
parent 6b389e2d95
commit 41651dac21
25 changed files with 2833 additions and 125 deletions

1
src/error/mod.rs Normal file
View File

@ -0,0 +1 @@
pub(crate) mod train_order_api_error;