diff options
Diffstat (limited to 'tvix/Cargo.toml')
-rw-r--r-- | tvix/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml index 2a59a77eaff5..8b0fbd846a54 100644 --- a/tvix/Cargo.toml +++ b/tvix/Cargo.toml @@ -5,6 +5,10 @@ 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" |