issue/77 Added managed directory

This commit is contained in:
Paul Masurel
2017-03-03 22:41:30 +09:00
parent 590a8582c9
commit 4b7afa2ae7
13 changed files with 168 additions and 124 deletions

View File

@@ -26,4 +26,5 @@ use std::path::PathBuf;
lazy_static! {
pub static ref META_FILEPATH: PathBuf = PathBuf::from("meta.json");
pub static ref MANAGED_FILEPATH: PathBuf = PathBuf::from(".managed.json");
}