Break out file watching into FsWatcher object

This commit is contained in:
Lucien Greathouse
2018-11-17 13:46:56 -08:00
parent 729ab25581
commit c8bb9bf2e9
3 changed files with 135 additions and 105 deletions

View File

@@ -14,6 +14,7 @@ extern crate tempfile;
// pub mod roblox_studio;
pub mod commands;
pub mod fs_watcher;
pub mod message_queue;
pub mod project;
pub mod rbx_session;