about summary refs log tree commit diff
path: root/tvix/cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/cli/Cargo.toml')
-rw-r--r--tvix/cli/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml
index 26aabd01cf..ae7cd22210 100644
--- a/tvix/cli/Cargo.toml
+++ b/tvix/cli/Cargo.toml
@@ -3,6 +3,10 @@ name = "tvix-cli"
 version = "0.1.0"
 edition = "2021"
 
+[[bin]]
+name = "tvix"
+path = "src/main.rs"
+
 [dependencies]
 tvix-eval = { path = "../eval" }
 rustyline = "10.0.0"