diff options
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 68ec9b545279..868620b76ad2 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -8634,6 +8634,10 @@ rec { name = "test-case"; packageId = "test-case"; } + { + name = "tokio-retry"; + packageId = "tokio-retry"; + } ]; features = { "default" = [ "fuse" "tonic-reflection" ]; |