summaryrefslogtreecommitdiff
path: root/src/client/mod.rs
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2018-06-27 07:51:47 -0500
committertom barrett <spalf0@gmail.com>2018-06-27 07:51:47 -0500
commitae79327d4f0ee6de0ef6b8e3c51299aebfe3bc25 (patch)
treedb6d4b049d94e41989178566a3dca52ab24b5b1e /src/client/mod.rs
parent25d556ad995a83c0c783f0bf9ca555b17cb0bfb0 (diff)
-added elementry construction module, doesnt do anything other than exist as a mass
Diffstat (limited to 'src/client/mod.rs')
-rw-r--r--src/client/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs
index 8bb0eca..421a394 100644
--- a/src/client/mod.rs
+++ b/src/client/mod.rs
@@ -3,3 +3,4 @@ pub mod engines;
pub mod refinery;
pub mod dashboard;
pub mod navigation;
+pub mod construction;