improved the logging

This commit is contained in:
2023-03-13 00:21:56 +01:00
parent 96c6c8d94d
commit dc02b86adf
4 changed files with 50 additions and 19 deletions

View File

@@ -2,6 +2,7 @@ mod commands;
pub mod build;
pub mod fs_util;
pub mod watcher;
pub mod log;
mod args;
use std::env;