Magisk/native/src/core/Cargo.toml

18 lines
303 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
2023-05-19 22:16:54 +00:00
[build-dependencies]
cxx-gen = { path = "../external/cxx-rs/gen/lib" }
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" }
2023-05-10 01:54:38 +00:00
num-traits = "0.2"
num-derive = "0.3"