diff options
Diffstat (limited to 'tvix/cli/Cargo.toml')
-rw-r--r-- | tvix/cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index abbb7e6c2bd0..7f93da85d47a 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -26,6 +26,7 @@ thiserror = "1.0.38" tokio = "1.28.0" tracing = "0.1.40" tracing-indicatif = "0.3.6" +rustc-hash = "2.0.0" [dependencies.wu-manber] git = "https://github.com/tvlfyi/wu-manber.git" |