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




                 



                    


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

[[bin]]
name = "tvix"
path = "src/main.rs"

[dependencies]
tvix-eval = { path = "../eval" }
rustyline = "10.0.0"
clap = { version = "4.0", features = ["derive", "env"] }
dirs = "4.0.0"
smol_str = "0.1"
aho-corasick = "0.7"