diff options
author | stuebinm | 2022-01-25 23:07:23 +0100 |
---|---|---|
committer | stuebinm | 2022-01-25 23:07:23 +0100 |
commit | 130d8907335c93e48017c13e3202816d552683c9 (patch) | |
tree | d94809523a3e47d3eadf94d19cd26b22cdb3a0ca /src/lib.rs |
hacky proof of concept
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 5 |
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; |