mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-09 19:13:37 +00:00
17 lines
279 B
TOML
17 lines
279 B
TOML
[package]
|
|
name = "magiskinit"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
path = "lib.rs"
|
|
|
|
[build-dependencies]
|
|
cxx-gen = { workspace = true }
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
magiskpolicy = { path = "../sepolicy" }
|
|
cxx = { workspace = true }
|