summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/ide/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rust-analyzer/crates/ide/Cargo.toml')
-rw-r--r--src/tools/rust-analyzer/crates/ide/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/crates/ide/Cargo.toml b/src/tools/rust-analyzer/crates/ide/Cargo.toml
index 30e514e41..2aee203c4 100644
--- a/src/tools/rust-analyzer/crates/ide/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/ide/Cargo.toml
@@ -23,6 +23,8 @@ pulldown-cmark = { version = "0.9.1", default-features = false }
url = "2.3.1"
dot = "0.1.4"
smallvec.workspace = true
+triomphe.workspace = true
+nohash-hasher.workspace = true
# local deps
cfg.workspace = true