about summary refs log blame commit diff
path: root/tvix/cli/Cargo.toml
blob: 605b2c80651de4b586ac94a3adefddaef45d5c9d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                           
[package]
name = "tvix-cli"
version = "0.1.0"
edition = "2021"

[dependencies]
tvix-eval = { path = "../eval" }
rustyline = "10.0.0"
clap = { version = "3.2.22", features = ["derive", "env"] }
dirs = "4.0.0"