From 8615cc2f030240ba2982dba893fe63f11a0c8a88 Mon Sep 17 00:00:00 2001 From: David Blajda Date: Thu, 13 Dec 2018 20:56:55 +0000 Subject: Restructure project and included kraken endpoint --- src/helix/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/helix/mod.rs (limited to 'src/helix/mod.rs') 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; -- cgit v1.2.3