@@ -70,11 +70,9 @@ proc-macro-srv = { path = "./crates/proc-macro-srv", version = "0.0.0" }
7070proc-macro-srv-cli = { path = " ./crates/proc-macro-srv-cli" , version = " 0.0.0" }
7171profile = { path = " ./crates/profile" , version = " 0.0.0" }
7272project-model = { path = " ./crates/project-model" , version = " 0.0.0" }
73- sourcegen = { path = " ./crates/sourcegen" , version = " 0.0.0" }
7473span = { path = " ./crates/span" , version = " 0.0.0" }
7574stdx = { path = " ./crates/stdx" , version = " 0.0.0" }
7675syntax = { path = " ./crates/syntax" , version = " 0.0.0" }
77- test-utils = { path = " ./crates/test-utils" , version = " 0.0.0" }
7876text-edit = { path = " ./crates/text-edit" , version = " 0.0.0" }
7977toolchain = { path = " ./crates/toolchain" , version = " 0.0.0" }
8078tt = { path = " ./crates/tt" , version = " 0.0.0" }
@@ -84,6 +82,9 @@ rustc-dependencies = { path = "./crates/rustc-dependencies", version = "0.0.0" }
8482
8583# local crates that aren't published to crates.io. These should not have versions.
8684proc-macro-test = { path = " ./crates/proc-macro-test" }
85+ sourcegen = { path = " ./crates/sourcegen" }
86+ test-fixture = { path = " ./crates/test-fixture" }
87+ test-utils = { path = " ./crates/test-utils" }
8788
8889# In-tree crates that are published separately and follow semver. See lib/README.md
8990line-index = { version = " 0.1.1" }
@@ -94,8 +95,11 @@ lsp-server = { version = "0.7.4" }
9495anyhow = " 1.0.75"
9596bitflags = " 2.4.1"
9697cargo_metadata = " 0.18.1"
98+ command-group = " 2.0.1"
99+ crossbeam-channel = " 0.5.8"
97100dissimilar = " 1.0.7"
98101either = " 1.9.0"
102+ expect-test = " 1.4.0"
99103hashbrown = { version = " 0.14" , features = [
100104 " inline-more" ,
101105], default-features = false }
@@ -125,5 +129,6 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
125129triomphe = { version = " 0.1.10" , default-features = false , features = [" std" ] }
126130xshell = " 0.2.5"
127131
132+
128133# We need to freeze the version of the crate, as the raw-api feature is considered unstable
129134dashmap = { version = " =5.5.3" , features = [" raw-api" ] }
0 commit comments