Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/base-db/Cargo.toml')
| -rw-r--r-- | crates/base-db/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml index c2d021c223..6001772c86 100644 --- a/crates/base-db/Cargo.toml +++ b/crates/base-db/Cargo.toml @@ -15,6 +15,8 @@ doctest = false salsa = "0.17.0-pre.2" rustc-hash = "1.1.0" +triomphe.workspace = true + la-arena = { version = "0.3.0", path = "../../lib/la-arena" } # local deps |