aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-10-16 10:25:03 -0700
committerBrian Warner <warner@lothar.com>2018-10-16 10:55:39 -0700
commit5e628f988bb0dea0fa5552f218a03b3b669c1c13 (patch)
treeeafb4a30042f0007079525ae396c0bee55b188ef
parent352611eb16fb659b99e54c9a6571d1b0e8954618 (diff)
downloadPAKEs-5e628f988bb0dea0fa5552f218a03b3b669c1c13.tar.xz
Cargo.toml: add spake2 to the workspace
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2c131a4..0dc3885 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,5 @@
[workspace]
members = [
"srp",
+ "spake2",
]