diff options
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 9c2e464a6da4..ad5bbeed5340 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2708,8 +2708,10 @@ dependencies = [ "prost", "prost-build", "rayon", + "serde_json", "sha2 0.10.6", "sled", + "smol_str", "tempfile", "test-case", "thiserror", @@ -2723,6 +2725,7 @@ dependencies = [ "tower", "tracing", "tracing-subscriber", + "tvix-eval", "walkdir", ] |