diff --git a/Cargo.toml b/Cargo.toml index 731a03f9..008b2bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signatures" description = "An implementation of the HTTP Signatures RFC" -version = "0.1.2" +version = "0.1.3" license = "GPL-3.0" authors = ["Riley Trautman "] repository = "https://github.com/asonix/http-signatures" diff --git a/README.md b/README.md index 50ecf719..504cea5e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This crate is used to create and verify HTTP Signatures, defined [here](https://tools.ietf.org/html/draft-cavage-http-signatures-09). It has support for Hyper, Rocket, and Reqwest types. In the future, I might also support Iron middleware for verification. -[crates.io](https://crates.io/crates/http-signatures) [docs.rs](https://docs.rs/http-signatures/) +[crates.io](https://crates.io/crates/http-signatures) [documentation](https://asonix.github.io/http-signatures/http_signatures/index.html) ### Running the examples Since this crate is built to modularly require dependencies, running the examples is not as straightforward as for other projects. To run `hyper_server` and `hyper_client`, the proper commands are