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




                                                                                                
                   

               

                       


                  


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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.clap]
version = "4.0"

[dependencies.tempfile]
version = "3.2.0"

[[bin]]
name = "nix-store"

[features]
integration_tests = []