summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorstuebinm2023-04-17 00:33:27 +0200
committerstuebinm2023-04-17 00:33:27 +0200
commitb6080abc5661f9323593944f5701d7dd7597afb9 (patch)
treea8ccbd73c633128827e53c267c3e7f2e0d9143ee /Cargo.toml
parent436071f0ac974f8b018e6d41143907946a97dcf9 (diff)
switch to another fork of hafas-rsHEADmain
(yuka's version is no longer maintained & broke)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79ece33..69b0ba8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,5 +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", branch = "main" }
+hafas-rs = { git = "https://gitlab.com/Schmiddiii/hafas-rs", branch = "main" }
tokio = { version = "1.5", features = ["rt-multi-thread", "macros"] }