From 31900e0164ff5b1d2084f32a5df1653f0e875bc0 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 31 Dec 2020 17:17:39 +1300 Subject: [PATCH] fix docs link in readme, add to cargo.toml --- Cargo.toml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c1f27db..12e9044f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "cargo-binstall" description = "Rust binary package installer for CI integration" repository = "https://github.com/ryankurte/cargo-binutil" +documentation = "https://docs.rs/cargo-binstall" version = "0.1.0" authors = ["ryan "] edition = "2018" diff --git a/README.md b/README.md index ae39872f..922ac181 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Cargo metadata is used to avoid the need for an additional centralised index or ## Status -![Rust](https://github.com/ryankurte/cargo-binstall/workflows/Rust/badge.svg) +![Build](https://github.com/ryankurte/cargo-binstall/workflows/Rust/badge.svg) [![GitHub tag](https://img.shields.io/github/tag/ryankurte/cargo-binstall.svg)](https://github.com/ryankurte/cargo-binstall) [![Crates.io](https://img.shields.io/crates/v/cargo-binstall.svg)](https://crates.io/crates/cargo-binstall) [![Docs.rs](https://docs.rs/cargo-binstall/badge.svg)](https://docs.rs/cargo-binstall)