You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
19 lines
312 B
TOML
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"
|