aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/Cargo.toml
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-05-27 22:28:14 +0100
committerLukas Wirth <[email protected]>2021-05-27 22:28:14 +0100
commitfc37e2f953a0d200e875c4711c1b0bf79a75a2a2 (patch)
tree9cd8d24d855969c91d8bf81d14af034856d08674 /crates/ide_completion/Cargo.toml
parent01bfc5f5c0cf6b73c26d006802016c9b02066f94 (diff)
Attribute completion is context aware
Diffstat (limited to 'crates/ide_completion/Cargo.toml')
-rw-r--r--crates/ide_completion/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide_completion/Cargo.toml b/crates/ide_completion/Cargo.toml
index 6bd8a5500..ba81c9e04 100644
--- a/crates/ide_completion/Cargo.toml
+++ b/crates/ide_completion/Cargo.toml
@@ -15,6 +15,7 @@ itertools = "0.10.0"
15log = "0.4.8" 15log = "0.4.8"
16rustc-hash = "1.1.0" 16rustc-hash = "1.1.0"
17either = "1.6.1" 17either = "1.6.1"
18once_cell = "1.7"
18 19
19stdx = { path = "../stdx", version = "0.0.0" } 20stdx = { path = "../stdx", version = "0.0.0" }
20syntax = { path = "../syntax", version = "0.0.0" } 21syntax = { path = "../syntax", version = "0.0.0" }