Add nix dependency
This commit is contained in:
parent
e3dfe3c0f2
commit
33df427053
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -6,6 +6,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"cache_utils 0.1.0",
|
"cache_utils 0.1.0",
|
||||||
"memmap2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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 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)",
|
"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)",
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -12,3 +12,4 @@ openssl = "0.10.30"
|
|||||||
cache_utils = { path = "../cache_utils" }
|
cache_utils = { path = "../cache_utils" }
|
||||||
memmap2 = "0.1.0"
|
memmap2 = "0.1.0"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
|
nix = "0.17.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user