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"]
|
2022-07-23 20:51:56 +00:00
|
|
|
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" }
|
2022-12-13 03:33:16 +00:00
|
|
|
cxx = { path = "../external/cxx-rs" }
|
|
|
|
protobuf = "3.2.0"
|
|
|
|
byteorder = "1"
|