aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/proc_macro_test/Cargo.toml')
-rw-r--r--crates/proc_macro_test/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/proc_macro_test/Cargo.toml b/crates/proc_macro_test/Cargo.toml
index 753443be2..1a88e361e 100644
--- a/crates/proc_macro_test/Cargo.toml
+++ b/crates/proc_macro_test/Cargo.toml
@@ -8,4 +8,8 @@ publish = false
8 8
9[lib] 9[lib]
10doctest = false 10doctest = false
11proc-macro = true 11
12[build-dependencies]
13proc_macro_test_impl = { path = "imp", version = "0.0.0" }
14toolchain = { path = "../toolchain", version = "0.0.0" }
15cargo_metadata = "0.13"