Magisk/native/rust/init/Cargo.toml

12 lines
158 B
TOML
Raw Normal View History

2022-06-30 14:50:21 -07:00
[package]
name = "magiskinit"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
base = { path = "../base" }
2022-07-05 21:13:09 -07:00
cxx = "1.0.69"