diff options
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 28ef774ac71f..a39c8ef38d54 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -10619,6 +10619,10 @@ rec { else ./glue; dependencies = [ { + name = "async-recursion"; + packageId = "async-recursion"; + } + { name = "bstr"; packageId = "bstr"; } @@ -10631,6 +10635,10 @@ rec { packageId = "data-encoding"; } { + name = "futures"; + packageId = "futures"; + } + { name = "nix-compat"; packageId = "nix-compat"; } |