X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=14a3005e6cc5b1bb06fb879488535cb1d74ee38c;hb=HEAD;hp=bdf1e870753b39648ac209dec8dde4c04c8afa62;hpb=63c7a7217954329006b72e2a41af330ee9a9524b;p=PAKEs.git diff --git a/Cargo.toml b/Cargo.toml index bdf1e87..14a3005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,6 @@ -[package] -name = "spake2" -version = "0.1.0" -authors = ["Brian Warner "] - -[dependencies] -#rust-crypto = "^0.2" -curve25519-dalek = "0.8.0" -rand = "0.3.0" -sha2 = "0.4.0" - - +[workspace] +resolver = "2" +members = [ + "srp", + "spake2", +]