Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/Cargo.toml')
| -rw-r--r-- | crates/hir-expand/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml index 5c684be03c..40d8659f25 100644 --- a/crates/hir-expand/Cargo.toml +++ b/crates/hir-expand/Cargo.toml @@ -22,6 +22,7 @@ hashbrown = { version = "0.12.1", features = [ "inline-more", ], default-features = false } smallvec.workspace = true +triomphe.workspace = true # local deps stdx.workspace = true |