about summary refs log tree commit diff
path: root/tvix/nix_cli/Cargo.toml
blob: b1d1d339b45f6e3c1a73635988230785aca3c41a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"