From 05b3a4bc93cf6555857bfc68b5e85830a0da80dc Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 9 Jun 2021 17:16:52 +0200 Subject: Build test-macros in a build script --- crates/proc_macro_test/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crates/proc_macro_test/Cargo.toml') 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 [lib] doctest = false -proc-macro = true + +[build-dependencies] +proc_macro_test_impl = { path = "imp", version = "0.0.0" } +toolchain = { path = "../toolchain", version = "0.0.0" } +cargo_metadata = "0.13" -- cgit v1.2.3