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 981a58347a..cdaff0ce39 100644 --- a/crates/ide_db/Cargo.toml +++ b/crates/ide_db/Cargo.toml @@ -17,6 +17,7 @@ rustc-hash = "1.1.0" once_cell = "1.3.1" either = "1.6.1" itertools = "0.10.0" +arrayvec = "0.7" stdx = { path = "../stdx", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } |