about summary refs log tree commit diff
path: root/tvix/cli/Cargo.toml
blob: 26aabd01cf3601c43bde31195540cb883087c4c0 (plain) (blame)
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 = "4.0", features = ["derive", "env"] }
dirs = "4.0.0"