diff options
author | Brian Warner <warner@lothar.com> | 2018-10-16 10:25:03 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-10-16 10:55:39 -0700 |
commit | 5e628f988bb0dea0fa5552f218a03b3b669c1c13 (patch) | |
tree | eafb4a30042f0007079525ae396c0bee55b188ef | |
parent | 352611eb16fb659b99e54c9a6571d1b0e8954618 (diff) | |
download | PAKEs-5e628f988bb0dea0fa5552f218a03b3b669c1c13.tar.xz |
Cargo.toml: add spake2 to the workspace
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ [workspace] members = [ "srp", + "spake2", ] |