mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 11:05:34 +00:00
12 lines
154 B
TOML
12 lines
154 B
TOML
|
[package]
|
||
|
name = "magisk"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["staticlib"]
|
||
|
|
||
|
[dependencies]
|
||
|
base = { path = "../base" }
|
||
|
cxx = "1.0.69"
|