commit 677ab204bcea0441aeb1e5481863f3f124ec1d9f
parent da5f5f437b6f08b995c9aa080e4d11acb62a7478
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 13 Mar 2021 19:54:43 +0100
parent da5f5f437b6f08b995c9aa080e4d11acb62a7478
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 13 Mar 2021 19:54:43 +0100
rename to nimhafas
23 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/hafas.nim b/hafas.nim @@ -1,9 +0,0 @@ -import hafas/api/journeys -import hafas/api/suggestions -import hafas/api/refresh_journey -import hafas/types - -export journeys -export suggestions -export refresh_journey -export types- \ No newline at end of file
diff --git a/hafas.nimble b/hafas.nimble @@ -5,8 +5,8 @@ author = "Milan P\xC3\xA4ssler (petabyteboy)" description = "a hafas-client library written in nim" license = "GPL-3.0" srcDir = "./" -installDirs = @["hafas"] -installFiles = @["hafas.nim"] +installDirs = @["nimhafas"] +installFiles = @["nimhafas.nim"] # Dependencies
diff --git a/nimhafas.nim b/nimhafas.nim @@ -0,0 +1,9 @@ +import nimhafas/api/journeys +import nimhafas/api/suggestions +import nimhafas/api/refresh_journey +import nimhafas/types + +export journeys +export suggestions +export refresh_journey +export types+ \ No newline at end of file