Bug 1443168 - Exclude gfx/wrench from the mozilla-central workspace. r?mbrubeck draft
authorKartikaya Gupta <kgupta@mozilla.com>
Mon, 05 Mar 2018 10:57:05 -0500
changeset 763248 2d46bf64c066c96f4ebdc43e3b316b794a20602b
parent 763109 51200c0fdaddb2749549a82596da5323a4cbd499
push id101375
push userkgupta@mozilla.com
push dateMon, 05 Mar 2018 15:57:37 +0000
reviewersmbrubeck
bugs1443168
milestone60.0a1
Bug 1443168 - Exclude gfx/wrench from the mozilla-central workspace. r?mbrubeck MozReview-Commit-ID: CWZjptDcwLW
Cargo.toml
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,16 +17,20 @@ members = [
 exclude = [
   # Exclude third-party code vendored into mozilla-central.
   "gfx/webrender",
   "gfx/webrender_api",
   "gfx/webrender_bindings",
   "servo",
   "third_party/rust",
 
+  # Excluded because this is a standalone tool for developers and not intended
+  # to be built as part of mozilla-central and is not shipped to users.
+  "gfx/wrench",
+
   # Excluded because these crates have their own Cargo workspaces so they can't
   # be included in the top-level one.
   "media/audioipc",
   "media/cubeb-rs",
 
   # Excluded because they are used only as dependencies, not top-level targets,
   # so we don't need to vendor their dev-dependencies.
   "dom/webauthn/u2f-hid-rs",