Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/project-model/Cargo.toml')
| -rw-r--r-- | crates/project-model/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/project-model/Cargo.toml b/crates/project-model/Cargo.toml index efe61eb8f6..3abff64a83 100644 --- a/crates/project-model/Cargo.toml +++ b/crates/project-model/Cargo.toml @@ -21,6 +21,7 @@ serde.workspace = true triomphe.workspace = true anyhow = "1.0.62" la-arena = { version = "0.3.0", path = "../../lib/la-arena" } +itertools = "0.10.5" # local deps base-db.workspace = true |