diff options
author | Vincent Ambo <mail@tazj.in> | 2022-08-11T20·52+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-08-26T16·36+0000 |
commit | 49f416c17631c5f927c27b475dc3b37c0757e5b7 (patch) | |
tree | 224e6aa4335fbd0086ebe3fef24d669fab8dc915 /tvix/eval/Cargo.toml | |
parent | 6c5d0344d9762644c4f182705c62defa1bf8759d (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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 48156dc1e7b0..51b9af67e859 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" |