Files
Magisk/native/src/boot/Cargo.toml
2023-05-24 19:11:56 -07:00

19 lines
312 B
TOML

[package]
name = "magiskboot"
version = "0.0.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
path = "lib.rs"
[build-dependencies]
protobuf-codegen = "3.2.0"
cxx-gen = { workspace = true }
[dependencies]
base = { path = "../base" }
cxx = { path = "../external/cxx-rs" }
protobuf = "3.2.0"
byteorder = "1"