You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Update Cargo.toml
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
[workspace]
|
||||
|
||||
members = [
|
||||
"base",
|
||||
"boot",
|
||||
"core",
|
||||
"init",
|
||||
"sepolicy",
|
||||
]
|
||||
exclude = ["external"]
|
||||
members = ["base", "boot", "core", "init", "sepolicy"]
|
||||
|
||||
[profile.dev]
|
||||
opt-level = "z"
|
||||
@@ -23,4 +17,4 @@ panic = "abort"
|
||||
strip = true
|
||||
|
||||
[patch.crates-io]
|
||||
cxx = { path = "../src/external/cxx-rs" }
|
||||
cxx = { path = "external/cxx-rs" }
|
||||
|
||||
Reference in New Issue
Block a user