feat: window self startup

This commit is contained in:
GyDi
2022-01-11 02:21:35 +08:00
parent 6da7757d36
commit 79aad6b5c2
2 changed files with 63 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ pub mod fetch;
pub mod init;
pub mod resolve;
pub mod server;
pub mod startup;
pub mod sysopt;