diff options
-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" |