Skip to content

Commit 848efe3

Browse files
authored
Add dependency badge to readme
1 parent 3699a0d commit 848efe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Build Status][travis_badge]][travis]
77
[![Build Status][appveyor_badge]][appveyor]
88
[![Coverage Status][coveralls_badge]][coveralls]
9+
[![dependency status][dependency_badge]][dependency]
910

1011
This repository provides a Rust [library] and a [binary] providing efficient
1112
common and custom data-encodings.
@@ -162,6 +163,8 @@ Examples:
162163
[changelog]: https://github.com/ia0/data-encoding/blob/master/lib/CHANGELOG.md
163164
[coveralls]: https://coveralls.io/github/ia0/data-encoding?branch=master
164165
[coveralls_badge]: https://coveralls.io/repos/github/ia0/data-encoding/badge.svg?branch=master
166+
[dependency]: https://deps.rs/crate/data-encoding/2.3.0
167+
[dependency_badge]: https://deps.rs/crate/data-encoding/2.3.0/status.svg
165168
[documentation]: https://docs.rs/data-encoding
166169
[documentation_badge]: https://docs.rs/data-encoding/badge.svg
167170
[library]: https://crates.io/crates/data-encoding

0 commit comments

Comments
 (0)