Cleanup old modules and create more focused code

This commit is contained in:
Lucien Greathouse
2018-11-16 23:27:19 -08:00
parent e09d23d6c2
commit b4fd2e31b3
9 changed files with 46 additions and 78 deletions

View File

@@ -1,4 +1,3 @@
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate log;
#[macro_use] extern crate rouille;
#[macro_use] extern crate serde_derive;
@@ -16,14 +15,10 @@ extern crate tempfile;
// pub mod roblox_studio;
pub mod commands;
pub mod message_queue;
pub mod pathext;
pub mod project;
pub mod rbx_session;
pub mod session;
pub mod session_id;
pub mod vfs;
pub mod web;
pub mod web_util;
// TODO: Remove
pub mod id;
pub mod web_util;