Magisk/native/rust/init/Cargo.toml
2022-07-05 21:13:09 -07:00

12 lines
158 B
TOML

[package]
name = "magiskinit"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
base = { path = "../base" }
cxx = "1.0.69"