diff options
author | David Blajda <blajda@hotmail.com> | 2018-12-27 04:46:10 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2018-12-27 04:46:10 +0000 |
commit | cb1b144e48ee357a76f551433d4886f092d259c8 (patch) | |
tree | 15606dc621e4d68f3bf3e9d27a44e6fd02a00fc5 /src/namespace/mod.rs | |
parent | 2e08d0c8abbfb9f989c61acb4f6c580719a65b42 (diff) |
Use a generic client for both helix and kraken
Diffstat (limited to 'src/namespace/mod.rs')
-rw-r--r-- | src/namespace/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namespace/mod.rs b/src/namespace/mod.rs new file mode 100644 index 0000000..0e4a05d --- /dev/null +++ b/src/namespace/mod.rs @@ -0,0 +1 @@ +pub mod auth; |