Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_db/Cargo.toml')
| -rw-r--r-- | crates/ide_db/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide_db/Cargo.toml b/crates/ide_db/Cargo.toml index d6586185c5..ea20f5372c 100644 --- a/crates/ide_db/Cargo.toml +++ b/crates/ide_db/Cargo.toml @@ -19,6 +19,7 @@ once_cell = "1.3.1" either = "1.6.1" itertools = "0.10.0" arrayvec = "0.7" +indexmap = "1.7" stdx = { path = "../stdx", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } |