diff options
author | David Blajda <blajda@hotmail.com> | 2018-12-13 20:56:55 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2018-12-13 20:56:55 +0000 |
commit | 8615cc2f030240ba2982dba893fe63f11a0c8a88 (patch) | |
tree | 30c7103625323404696331c2384130ce06f8bc96 /src/helix/mod.rs | |
parent | 54bcdf63d941dbbd0b3e565259515f013f1ecd13 (diff) |
Restructure project and included kraken endpoint
Diffstat (limited to 'src/helix/mod.rs')
-rw-r--r-- | src/helix/mod.rs | 2 |
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; |