Magisk/native/src/core/Cargo.toml

13 lines
193 B
TOML
Raw Normal View History

2022-06-30 21:50:21 +00:00
[package]
name = "magisk"
2022-08-09 05:53:37 +00:00
version = "0.0.0"
2022-06-30 21:50:21 +00:00
edition = "2021"
[lib]
crate-type = ["staticlib"]
path = "lib.rs"
2022-06-30 21:50:21 +00:00
[dependencies]
base = { path = "../base" }
2022-07-24 13:14:49 +00:00
cxx = { path = "../external/cxx-rs" }