From 141109aa1584c45d2b7e5f7bc48863f3208b2b2d Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Mon, 2 Apr 2018 04:31:34 +0200 Subject: [PATCH] Add deps status badge (#15) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fcc935..41b65b2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/usb5fo89sxq5txk3/branch/master?svg=true)](https://ci.appveyor.com/project/messense/robotparser-rs/branch/master) [![Coverage Status](https://coveralls.io/repos/messense/robotparser-rs/badge.svg)](https://coveralls.io/r/messense/robotparser-rs) [![Crates.io](https://img.shields.io/crates/v/robotparser.svg)](https://crates.io/crates/robotparser) +[![Dependency status](https://deps.rs/repo/github/messense/robotparser-rs/status.svg)](https://deps.rs/repo/github/messense/robotparser-rs) robots.txt parser for Rust.