assistant2: fix use with rust-analyzer "workspace": false (#23326)

Before this was getting errors about `TestAppContext` not existing.

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-01-18 11:19:16 -07:00
committed by GitHub
parent 8c92da45a9
commit 9a7b73b161

View File

@@ -12,6 +12,14 @@ workspace = true
path = "src/assistant.rs"
doctest = false
[features]
test-support = [
"editor/test-support",
"language/test-support",
"project/test-support",
"text/test-support",
]
[dependencies]
anyhow.workspace = true
assistant_settings.workspace = true