Magisk/native/src/boot/Cargo.toml

19 lines
312 B
TOML
Raw Normal View History

2022-06-30 21:50:21 +00:00
[package]
name = "magiskboot"
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-03 23:13:05 +00:00
[build-dependencies]
protobuf-codegen = "3.2.0"
2023-05-25 02:11:56 +00:00
cxx-gen = { workspace = true }
2023-05-03 23:13:05 +00:00
2022-06-30 21:50:21 +00:00
[dependencies]
base = { path = "../base" }
cxx = { path = "../external/cxx-rs" }
protobuf = "3.2.0"
byteorder = "1"