feat: implement a simple singleton process

This commit is contained in:
GyDi
2021-12-23 01:35:17 +08:00
parent 7cf8fd800f
commit 34725b517b
5 changed files with 286 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ pub mod clash;
pub mod config;
pub mod fetch;
pub mod init;
pub mod server;
pub mod sysopt;