Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/Cargo.toml')
| -rw-r--r-- | crates/ide-completion/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide-completion/Cargo.toml b/crates/ide-completion/Cargo.toml index 092fb30366..c06ac55aae 100644 --- a/crates/ide-completion/Cargo.toml +++ b/crates/ide-completion/Cargo.toml @@ -17,6 +17,7 @@ itertools = "0.10.5" once_cell = "1.17.0" smallvec.workspace = true +unicode-ident = "1.0.0" # local deps |