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




                                                                                                



                       


                  


                      
[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 = "3.0.5"
[dependencies.tempfile]
version = "3.2.0"

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

[features]
integration_tests = []