diff --git a/crates/ollama/Cargo.toml b/crates/ollama/Cargo.toml index ab48407c38..350a52af30 100644 --- a/crates/ollama/Cargo.toml +++ b/crates/ollama/Cargo.toml @@ -38,5 +38,6 @@ workspace-hack.workspace = true [dev-dependencies] gpui = { workspace = true, features = ["test-support"] } http_client = { workspace = true, features = ["test-support"] } -indoc.workspace = true language = { workspace = true, features = ["test-support"] } +project = { workspace = true, features = ["test-support"] } +settings = { workspace = true, features = ["test-support"] }