mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 18:02:47 +00:00
Support extracting any partition from payload.bin
This commit is contained in:
@@ -14,5 +14,6 @@ cxx-gen = { workspace = true }
|
||||
[dependencies]
|
||||
base = { path = "../base" }
|
||||
cxx = { path = "../external/cxx-rs" }
|
||||
protobuf = "3.2.0"
|
||||
byteorder = "1"
|
||||
protobuf = { workspace = true }
|
||||
byteorder = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user