diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,3 +15,5 @@ chrono = "0.4.19" itertools = "0.10.2" dirs = "4.0.0" toml = "0.5.8" +hafas-rs = { git = "https://cyberchaos.dev/yuka/hafas-rs" } +tokio = { version = "1.5", features = ["rt-multi-thread", "macros"] } |