Begining of some test cases.
[crypto_lab1.git] / Cargo.lock
1 [root]
2 name = "lab1_rust"
3 version = "0.0.1"
4 dependencies = [
5  "openssl 0.0.0 (git+https://github.com/sfackler/rust-openssl.git#1e706b8ef4d4344b5297b90bcd430cc96f40fb39)",
6 ]
7
8 [[package]]
9 name = "openssl"
10 version = "0.0.0"
11 source = "git+https://github.com/sfackler/rust-openssl.git#1e706b8ef4d4344b5297b90bcd430cc96f40fb39"
12