about summary refs log tree commit diff
path: root/tvix/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r--tvix/Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock
index 518845af7b..5d15a9436d 100644
--- a/tvix/Cargo.lock
+++ b/tvix/Cargo.lock
@@ -3054,6 +3054,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
 name = "tvix-build"
 version = "0.1.0"
 dependencies = [
+ "bytes",
  "prost",
  "prost-build",
  "tonic",
@@ -3161,11 +3162,13 @@ name = "tvix-glue"
 version = "0.1.0"
 dependencies = [
  "bytes",
+ "lazy_static",
  "nix-compat",
  "test-case",
  "thiserror",
  "tokio",
  "tracing",
+ "tvix-build",
  "tvix-castore",
  "tvix-eval",
  "tvix-store",