diff options
Diffstat (limited to 'tvix/cli/Cargo.toml')
-rw-r--r-- | tvix/cli/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index 4b7081906f21..caebb169aaeb 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -11,14 +11,15 @@ path = "src/main.rs" nix-compat = { path = "../nix-compat" } tvix-store = { path = "../store", features = []} tvix-eval = { path = "../eval" } -rustyline = "10.0.0" +bytes = "1.4.0" clap = { version = "4.0", features = ["derive", "env"] } +data-encoding = "2.3.3" dirs = "4.0.0" +rustyline = "10.0.0" smol_str = "0.2.0" ssri = "7.0.0" -data-encoding = "2.3.3" thiserror = "1.0.38" -bytes = "1.4.0" +tracing = "0.1.37" [dependencies.wu-manber] git = "https://github.com/tvlfyi/wu-manber.git" |