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.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml
index 99993f16e2..b6686fa5b6 100644
--- a/crates/proc-macro-srv/Cargo.toml
+++ b/crates/proc-macro-srv/Cargo.toml
@@ -26,13 +26,18 @@ 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"]
+
+[lints]
+workspace = true \ No newline at end of file