summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 923ddd0..d666cb8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,19 +3,14 @@ extern crate serde_derive;
#[macro_use]
extern crate downcast;
-extern crate termion;
-extern crate time;
-
pub mod mass;
pub mod item;
pub mod ship;
pub mod math;
pub mod module;
-pub mod mining;
+pub mod client;
+pub mod server;
pub mod storage;
pub mod astroid;
-pub mod engines;
-pub mod dashboard;
pub mod targeting;
pub mod connection;
-pub mod navigation;