Add nix dependency

This commit is contained in:
root 2020-09-22 14:25:20 +02:00
parent e3dfe3c0f2
commit 33df427053
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -6,6 +6,7 @@ version = "0.1.0"
dependencies = [
"cache_utils 0.1.0",
"memmap2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl 0.10.30 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -12,3 +12,4 @@ openssl = "0.10.30"
cache_utils = { path = "../cache_utils" }
memmap2 = "0.1.0"
rand = "0.7.3"
nix = "0.17.0"