2efcda055171f9f188cbc5eb2ded82eff7fbf29a
[crypto_lab1.git] / lab1_rust / Cargo.lock
1 [root]
2 name = "lab1_rust"
3 version = "0.0.2"
4 dependencies = [
5  "openssl 0.2.1 (git+https://github.com/sfackler/rust-openssl.git)",
6 ]
7
8 [[package]]
9 name = "openssl"
10 version = "0.2.1"
11 source = "git+https://github.com/sfackler/rust-openssl.git#c3603b0db00d044c8332d39dd9d49e3c76a2a978"
12 dependencies = [
13  "openssl-sys 0.2.1 (git+https://github.com/sfackler/rust-openssl.git)",
14 ]
15
16 [[package]]
17 name = "openssl-sys"
18 version = "0.2.1"
19 source = "git+https://github.com/sfackler/rust-openssl.git#c3603b0db00d044c8332d39dd9d49e3c76a2a978"
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