Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-srv/Cargo.toml')
-rw-r--r--crates/proc-macro-srv/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml
index 99993f16e2..bef2c30e9f 100644
--- a/crates/proc-macro-srv/Cargo.toml
+++ b/crates/proc-macro-srv/Cargo.toml
@@ -26,13 +26,15 @@ stdx.workspace = true
tt.workspace = true
mbe.workspace = true
paths.workspace = true
+base-db.workspace = true
+span.workspace = true
proc-macro-api.workspace = true
[dev-dependencies]
expect-test = "1.4.0"
# used as proc macro test targets
-proc-macro-test.workspace = true
+proc-macro-test.path = "./proc-macro-test"
[features]
-sysroot-abi = []
+sysroot-abi = ["proc-macro-test/sysroot-abi"]