You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
21 lines
333 B
TOML
21 lines
333 B
TOML
[package]
|
|
name = "magiskpolicy"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "rlib"]
|
|
path = "lib.rs"
|
|
|
|
[build-dependencies]
|
|
cxx-gen = { workspace = true }
|
|
|
|
[features]
|
|
default = ["main"]
|
|
main = []
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
cxx = { workspace = true }
|
|
argh = { workspace = true }
|