mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 18:12:36 +00:00
Use quick-protobuf
This commit is contained in:
@@ -8,14 +8,14 @@ crate-type = ["staticlib"]
|
||||
path = "lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
protobuf-codegen = { workspace = true }
|
||||
cxx-gen = { workspace = true }
|
||||
pb-rs = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
base = { path = "../base" }
|
||||
cxx = { path = "../external/cxx-rs" }
|
||||
protobuf = { workspace = true }
|
||||
byteorder = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
size = { workspace = true }
|
||||
quick-protobuf = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user