mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 20:15:29 +00:00
12 lines
169 B
TOML
12 lines
169 B
TOML
[package]
|
|
name = "magiskpolicy"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "rlib"]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|