summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2019-12-24 21:01:49 +0000
committerNadrieril2019-12-24 21:01:49 +0000
commit9b9462bd56af42e7a4b22c286288d774d5d02e68 (patch)
tree3c19b090addbd3fee2b7ca05ffda88cdbca70600 /README.md
parent51bdeff0b4a8edfbcd4dcbe4e748e8ba5d86a1a9 (diff)
Add badges to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 73b79a3..04c5bd8 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
[![Build Status](https://travis-ci.org/Nadrieril/dhall-rust.svg?branch=master)](https://travis-ci.org/Nadrieril/dhall-rust)
[![codecov](https://codecov.io/gh/Nadrieril/dhall-rust/branch/master/graph/badge.svg)](https://codecov.io/gh/Nadrieril/dhall-rust)
+[![Crates.io][crates-badge]][crates-url]
+
+[crates-badge]: https://img.shields.io/crates/v/serde_dhall.svg
+[crates-url]: https://crates.io/crates/serde_dhall
Dhall is a programmable configuration language optimized for
maintainability.