Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/span/Cargo.toml')
-rw-r--r--crates/span/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml
index b3b401c3db..966962bab3 100644
--- a/crates/span/Cargo.toml
+++ b/crates/span/Cargo.toml
@@ -22,6 +22,9 @@ vfs.workspace = true
syntax.workspace = true
stdx.workspace = true
+[dev-dependencies]
+syntax.workspace = true
+
[features]
default = ["salsa"]