chore(tvix): remove some unused crate dependencies

Change-Id: I31b0e7be3a2ebc268c6f4045ba282e8fb1c72a64
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9375
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
Florian Klink 2023-09-22 12:59:15 +03:00 committed by clbot
parent 8f56e71cba
commit 7c9a52e3ee
5 changed files with 26 additions and 481 deletions

View file

@ -13,11 +13,8 @@ tvix-store = { path = "../store", features = []}
tvix-eval = { path = "../eval" }
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"
thiserror = "1.0.38"
tracing = "0.1.37"
tokio = "1.28.0"