mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-26 03:05:09 -08:00
21 lines
374 B
TOML
21 lines
374 B
TOML
[package]
|
|
name = "magiskinit"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
path = "lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[build-dependencies]
|
|
cxx-gen = { workspace = true }
|
|
|
|
[dependencies]
|
|
base = { workspace = true }
|
|
magiskpolicy = { workspace = true, features = ["no-main"] }
|
|
cxx = { workspace = true }
|
|
num-traits = { workspace = true }
|