about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-08-11T20·52+0300
committertazjin <tazjin@tvl.su>2022-08-26T16·36+0000
commit49f416c17631c5f927c27b475dc3b37c0757e5b7 (patch)
tree224e6aa4335fbd0086ebe3fef24d669fab8dc915 /tvix/eval/Cargo.toml
parent6c5d0344d9762644c4f182705c62defa1bf8759d (diff)
chore(tvix/cargo): add rustyline dependency r/4503
There's a few options for this, but this one seems fine in terms of
features and doesn't have an insane amount of dependencies.

Change-Id: Ief99e66bfee0ba0ba1cfdd09568b002121b7325b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6169
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r--tvix/eval/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index 48156dc1e7..51b9af67e8 100644
--- a/tvix/eval/Cargo.toml
+++ b/tvix/eval/Cargo.toml
@@ -8,6 +8,7 @@ edition = "2021"
 [dependencies]
 rnix = "0.10.2"
 smol_str = "0.1"
+rustyline = "10.0.0"
 
 [dev-dependencies]
 criterion = "0.3.6"