]> git.lizzy.rs Git - PAKEs.git/blob - Cargo.toml
update, make it compile (but not work, of course)
[PAKEs.git] / Cargo.toml
1 [package]
2 name = "spake2"
3 version = "0.1.0"
4 authors = ["Brian Warner <warner@lothar.com>"]
5
6 [dependencies]
7 #rust-crypto = "^0.2"
8 curve25519-dalek = "0.8.0"
9 rand = "0.3.0"
10 sha2 = "0.4.0"
11
12