Repo cloned
This commit is contained in:
commit
11ea8025b0
214 changed files with 33943 additions and 0 deletions
18
apd/src/main.rs
Normal file
18
apd/src/main.rs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
mod apd;
|
||||
mod assets;
|
||||
mod cli;
|
||||
mod defs;
|
||||
mod event;
|
||||
mod magic_mount;
|
||||
mod module;
|
||||
mod mount;
|
||||
mod package;
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||
mod pty;
|
||||
mod restorecon;
|
||||
mod sepolicy;
|
||||
mod supercall;
|
||||
mod utils;
|
||||
fn main() -> anyhow::Result<()> {
|
||||
cli::run()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue