made some refactoring

This commit is contained in:
2023-03-12 21:44:42 +01:00
parent a1c1458a61
commit 125a9f0fe9
3 changed files with 25 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
mod commands;
pub mod builder;
pub mod fs_util;
pub mod watcher;
mod args;
use std::env;