]> git.lizzy.rs Git - PAKEs.git/blobdiff - Cargo.toml
use hashed key to compute M
[PAKEs.git] / Cargo.toml
index 19e315531cab03a0c2ff6586e1aee174b14d0e9c..14a3005e6cc5b1bb06fb879488535cb1d74ee38c 100644 (file)
@@ -1,22 +1,6 @@
-[package]
-name = "srp"
-version = "0.1.1"
-authors = ["RustCrypto Developers"]
-license = "MIT/Apache-2.0"
-description = "Secure Remote Password (SRP) protocol implementation"
-documentation = "https://docs.rs/srp"
-repository = "https://github.com/RustCrypto/SRP"
-keywords = ["crypto", "pake", "authentication"]
-categories = ["cryptography", "authentication"]
-
-[dependencies]
-num = "0.1"
-generic-array = "0.8"
-rand = "0.3"
-digest = "0.6"
-
-[dev-dependencies]
-sha2 = "0.6"
-
-[badges]
-travis-ci = { repository = "RustCrypto/SRP" }
+[workspace]
+resolver = "2"
+members = [
+    "srp",
+    "spake2",
+]