diff options
Diffstat (limited to 'tvix/cli/Cargo.toml')
-rw-r--r-- | tvix/cli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index f6d03ce5ab8f..abbb7e6c2bd0 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -30,6 +30,9 @@ tracing-indicatif = "0.3.6" [dependencies.wu-manber] git = "https://github.com/tvlfyi/wu-manber.git" +[dev-dependencies] +expect-test = "1.5.0" + [target.'cfg(not(target_env = "msvc"))'.dependencies] tikv-jemallocator = "0.5" |