doc(lib): use docs.rs for library documentation

We will still need to host the CLI docs though.
This commit is contained in:
Sebastian Thiel
2016-12-24 10:35:48 +01:00
parent 684233ccee
commit fc34337ee4
8 changed files with 17 additions and 8 deletions

View File

@@ -27,5 +27,6 @@ make:
cargo:
build_script: src/build.rs
keywords: [protocol, web, api]
doc_base_url: https://docs.rs
dependencies:
- url = "= 0.5"