blob: c0b85e56b89ebd937593c4095e6dab11337a973a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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 = []
|