Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/salsa/Cargo.toml')
| -rw-r--r-- | crates/salsa/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/salsa/Cargo.toml b/crates/salsa/Cargo.toml index 4ccbc3de84..9eec21f6a1 100644 --- a/crates/salsa/Cargo.toml +++ b/crates/salsa/Cargo.toml @@ -21,6 +21,7 @@ rustc-hash = "1.0" smallvec = "1.0.0" oorandom = "11" triomphe = "0.1.11" +itertools.workspace = true salsa-macros = { version = "0.0.0", path = "salsa-macros" } |