diff options
author | Isis Lovecruft <isis@torproject.org> | 2017-08-01 03:29:37 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2017-08-01 03:29:37 +0000 |
commit | 663f4c86dbfe5d6e41d7adcea6f45f4e80151b96 (patch) | |
tree | 79998a3cc195d07b637cdca346b841605e4b9201 | |
parent | 90824a5acba2f7dd8c70cc0465f6c08582537410 (diff) | |
download | PAKEs-663f4c86dbfe5d6e41d7adcea6f45f4e80151b96.tar.xz |
Link to https://docs.rs/spake2 for doc builds.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "spake2" version = "0.0.1" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." -documentation = "https://github.com/warner/spake2.rs" +documentation = "https://docs.rs/spake2" homepage = "https://github.com/warner/spake2.rs" repository = "https://github.com/warner/spake2.rs" license = "MIT" |