aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mbe')
-rw-r--r--crates/mbe/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index 0abba3584..bbee2e32c 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -19,6 +19,8 @@ parser = { path = "../parser", version = "0.0.0" }
19tt = { path = "../tt", version = "0.0.0" } 19tt = { path = "../tt", version = "0.0.0" }
20test_utils = { path = "../test_utils", version = "0.0.0" } 20test_utils = { path = "../test_utils", version = "0.0.0" }
21 21
22[dev-dependencies] 22# FIXME: Paper over a bug in cargo-worspaces which block publishing
23# https://github.com/pksunkara/cargo-workspaces/issues/39
24# [dev-dependencies]
23profile = { path = "../profile", version = "0.0.0" } 25profile = { path = "../profile", version = "0.0.0" }
24 26