diff options
author | stuebinm | 2022-02-08 16:55:51 +0100 |
---|---|---|
committer | stuebinm | 2022-02-08 16:56:21 +0100 |
commit | cf88935b5245daea51d2b513709b61a0e43483d6 (patch) | |
tree | a3900ac0ca602003a144aad8ca3e6336e1e9f165 /src/lib.rs | |
parent | 36acf9b9e4d35dea60ef2bfe9998d09fd6a1ebef (diff) |
S-Bahns are weird
(added a simple zugportal.de api client, but can't do auto-checkin yet)
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ pub mod iceportal; pub(crate) mod serde; pub mod travelynx; pub mod types; +pub mod zugportal; |