You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
15 lines
169 B
Rust
15 lines
169 B
Rust
mod apk_sign;
|
|
mod cli;
|
|
mod debug;
|
|
mod defs;
|
|
mod event;
|
|
mod ksu;
|
|
mod module;
|
|
mod restorecon;
|
|
mod utils;
|
|
mod sepolicy;
|
|
|
|
fn main() -> anyhow::Result<()> {
|
|
cli::run()
|
|
}
|