ksud: Add support for module webui

This commit is contained in:
weishu
2024-02-20 16:39:05 +08:00
parent b0a42abf4f
commit cbd184421c
7 changed files with 587 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ mod mount;
mod profile;
mod restorecon;
mod sepolicy;
mod server;
mod utils;
fn main() -> anyhow::Result<()> {