Begining of the machine oracle (work in progress..)
[crypto_lab1.git] / Cargo.toml
1 [package]
2
3 name = "lab1_rust"
4 version = "0.0.1"
5 authors = ["Ummon <greg.burri@gmail.com>"]
6
7
8 [[bin]]
9
10 name = "lab1_rust"
11
12
13 [dependencies.openssl]
14
15 git = "https://github.com/sfackler/rust-openssl.git"