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