mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-27 15:31:31 +00:00
18 lines
354 B
TOML
18 lines
354 B
TOML
[package]
|
|
name = "magiskinit"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
path = "lib.rs"
|
|
|
|
[build-dependencies]
|
|
cxx-gen = { workspace = true }
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
magiskpolicy = { path = "../sepolicy", default-features = false }
|
|
cxx = { workspace = true }
|
|
num-traits = { workspace = true }
|