Remove redundant services

This commit is contained in:
deadmanoz
2025-07-04 15:51:28 +08:00
parent 30ba034206
commit f89276d7b8
4 changed files with 49 additions and 122 deletions

View File

@@ -4,7 +4,6 @@ use brk_core::{dot_brk_log_path, dot_brk_path};
mod config;
mod run;
mod services;
use run::*;