Update some enum scope issues regarding the OpenSSL lib.
[crypto_lab1.git] / lab1_rust / Cargo.lock
1 [root]
2 name = "lab1_rust"
3 version = "0.0.2"
4 dependencies = [
5  "openssl 0.2.2 (git+https://github.com/sfackler/rust-openssl.git)",
6 ]
7
8 [[package]]
9 name = "openssl"
10 version = "0.2.2"
11 source = "git+https://github.com/sfackler/rust-openssl.git#2901c279ab154933385fda86c620f87d3392a36d"
12 dependencies = [
13  "openssl-sys 0.2.2 (git+https://github.com/sfackler/rust-openssl.git)",
14 ]
15
16 [[package]]
17 name = "openssl-sys"
18 version = "0.2.2"
19 source = "git+https://github.com/sfackler/rust-openssl.git#2901c279ab154933385fda86c620f87d3392a36d"
20 dependencies = [
21  "pkg-config 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
22 ]
23
24 [[package]]
25 name = "pkg-config"
26 version = "0.1.0"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28