aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2017-08-01 03:29:37 +0000
committerIsis Lovecruft <isis@torproject.org>2017-08-01 03:29:37 +0000
commit663f4c86dbfe5d6e41d7adcea6f45f4e80151b96 (patch)
tree79998a3cc195d07b637cdca346b841605e4b9201
parent90824a5acba2f7dd8c70cc0465f6c08582537410 (diff)
downloadPAKEs-663f4c86dbfe5d6e41d7adcea6f45f4e80151b96.tar.xz
Link to https://docs.rs/spake2 for doc builds.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7516f7c..5344171 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"