diff options
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 2b93cd7a528c..367e63c21e9f 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -48,6 +48,8 @@ prost-build = "0.12.1" tonic-build = "0.11.0" [dev-dependencies] +rstest = "0.18.2" +rstest_reuse = "0.6.0" test-case = "3.3.1" tempfile = "3.3.0" tokio-retry = "0.3.0" |