Update Cargo.toml

This commit is contained in:
topjohnwu
2022-07-24 06:14:49 -07:00
parent 759d196aad
commit b496923cbb
5 changed files with 11 additions and 17 deletions
+3 -9
View File
@@ -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" }