about summary refs log tree commit diff
path: root/tvix/eval/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/main.rs')
-rw-r--r--tvix/eval/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/main.rs b/tvix/eval/src/main.rs
index 8192965a8b..7cc5a380e5 100644
--- a/tvix/eval/src/main.rs
+++ b/tvix/eval/src/main.rs
@@ -6,6 +6,7 @@ use std::{
 
 mod errors;
 mod eval;
+mod value;
 
 fn main() {
     let mut args = env::args();