From 5966c62cc80d1bc31b4b98504d4f3f689b1c247a Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Fri, 5 Oct 2018 08:17:49 +0200 Subject: [PATCH] Adds dependency tracking badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bda5c48c..4e2b14a1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This library is a work in progress of a [RDF](https://www.w3.org/RDF/) stack imp Its goal is to provide a compliant, safe and fast implementation of W3C specifications in Rust. [![Build Status](https://travis-ci.org/Tpt/rudf.svg?branch=master)](https://travis-ci.org/Tpt/rudf) +[![dependency status](https://deps.rs/repo/github/Tpt/rudf/status.svg)](https://deps.rs/repo/github/Tpt/rudf) # License