]> git.lizzy.rs Git - PAKEs.git/commitdiff
Cargo.toml: add spake2 to the workspace
authorBrian Warner <warner@lothar.com>
Tue, 16 Oct 2018 17:25:03 +0000 (10:25 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 16 Oct 2018 17:55:39 +0000 (10:55 -0700)
Cargo.toml

index 2c131a4f5ca8659bdb467601429ea2013bc0cb9f..0dc3885f6c6709d4b1d4c9b8a3eba3811be8a2d0 100644 (file)
@@ -1,4 +1,5 @@
 [workspace]
 members = [
     "srp",
+    "spake2",
 ]