Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/span/Cargo.toml')
| -rw-r--r-- | crates/span/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml index 7093f3a691..cbda91f0a5 100644 --- a/crates/span/Cargo.toml +++ b/crates/span/Cargo.toml @@ -12,7 +12,8 @@ authors.workspace = true [dependencies] la-arena.workspace = true salsa.workspace = true - +rustc-hash.workspace = true +hashbrown.workspace = true # local deps vfs.workspace = true |