summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorstuebinm2022-01-25 23:07:23 +0100
committerstuebinm2022-01-25 23:07:23 +0100
commit130d8907335c93e48017c13e3202816d552683c9 (patch)
treed94809523a3e47d3eadf94d19cd26b22cdb3a0ca /src/lib.rs
hacky proof of concept
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..a528cec
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,5 @@
+
+
+pub mod types;
+pub mod travelynx;
+pub mod iceportal;