feat: window self startup

This commit is contained in:
GyDi
2022-01-11 02:21:35 +08:00
parent a15ae9badb
commit 7617d734e2
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;