From c3d5a5f4937f4065aa95ad339c579e68bafd7209 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sun, 18 Jun 2017 21:52:17 +0000 Subject: [PATCH] docs: add doc links and badges --- Cargo.toml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ec199d30..83ad93f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "dkregistry" version = "0.0.1-dev" authors = ["Luca Bruno "] license = "MIT/Apache-2.0" +documentation = "https://docs.rs/dkregistry" repository = "https://github.com/camallo/dkregistry-rs" description = "A pure-Rust asynchronous library for Docker Registry API" keywords = ["docker", "registry", "async"] diff --git a/README.md b/README.md index fa5f1204..63627612 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.org/camallo/dkregistry-rs.svg?branch=master)](https://travis-ci.org/camallo/dkregistry-rs) [![LoC](https://tokei.rs/b1/github/camallo/dkregistry-rs?category=code)](https://github.com/camallo/dkregistry-rs) +[![Documentation](https://docs.rs/dkregistry/badge.svg)](https://docs.rs/dkregistry) A pure-Rust asynchronous library for Docker Registry API.