🎨
This commit is contained in:
parent
8dbc0fe033
commit
d4cff68475
6 changed files with 308 additions and 259 deletions
|
@ -9,6 +9,7 @@ path = "src/semantic_index.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
collections = { path = "../collections" }
|
||||
gpui = { path = "../gpui" }
|
||||
language = { path = "../language" }
|
||||
project = { path = "../project" }
|
||||
|
@ -42,6 +43,7 @@ sha1 = "0.10.5"
|
|||
parse_duration = "2.1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
collections = { path = "../collections", features = ["test-support"] }
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
language = { path = "../language", features = ["test-support"] }
|
||||
project = { path = "../project", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue