You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
13 lines
164 B
TOML
13 lines
164 B
TOML
[package]
|
|
name = "base"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
cxx = { path = "../external/cxx-rs" }
|
|
libc = "0.2"
|
|
cfg-if = "1.0"
|