summaryrefslogtreecommitdiff
path: root/src/helix/mod.rs
diff options
context:
space:
mode:
authorDavid Blajda <blajda@hotmail.com>2018-12-13 20:56:55 +0000
committerDavid Blajda <blajda@hotmail.com>2018-12-13 20:56:55 +0000
commit8615cc2f030240ba2982dba893fe63f11a0c8a88 (patch)
tree30c7103625323404696331c2384130ce06f8bc96 /src/helix/mod.rs
parent54bcdf63d941dbbd0b3e565259515f013f1ecd13 (diff)
Restructure project and included kraken endpoint
Diffstat (limited to 'src/helix/mod.rs')
-rw-r--r--src/helix/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helix/mod.rs b/src/helix/mod.rs
new file mode 100644
index 0000000..ce4a7a2
--- /dev/null
+++ b/src/helix/mod.rs
@@ -0,0 +1,2 @@
+pub mod endpoints;
+pub mod models;