aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2017-08-01 12:30:10 -0700
committerBrian Warner <warner@lothar.com>2017-08-01 12:30:10 -0700
commit9f02b99877ca14588aacb5f1e1f74ad50fe602dc (patch)
treefb200169bc064dc0901588676ada1430e9f0d0c6
parent90824a5acba2f7dd8c70cc0465f6c08582537410 (diff)
parentc1a89909cc8588f071a1397023b4c93b8a1835f9 (diff)
downloadPAKEs-9f02b99877ca14588aacb5f1e1f74ad50fe602dc.tar.xz
Merge PR1: update docs
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 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"
diff --git a/README.md b/README.md
index c9e7054..23ae232 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# spake2.rs
The SPAKE2 password-authenticated key-exchange algorithm, in Rust.
-[![Build Status](https://travis-ci.org/warner/spake2.rs.svg?branch=master)](https://travis-ci.org/warner/spake2.rs)
+[![Build Status](https://travis-ci.org/warner/spake2.rs.svg?branch=master)](https://travis-ci.org/warner/spake2.rs) [![Crates.io](https://img.shields.io/crates/v/spake2.svg)](https://crates.io/crates/spake2) [![Docs.rs](https://docs.rs/spake2/badge.svg)](https://docs.rs/spake2)
NOTE: this is just a beginning: you should absolutely not use this for anything at all yet. It has a long way to go. Wait until it has a real version number (at least 0.1.something) and has been published to crates.io.