From 7f3343c1b9e9c23bc56095cc5dda8177b7ecdfb1 Mon Sep 17 00:00:00 2001 From: Edgar Date: Sun, 22 Nov 2020 16:42:16 +0100 Subject: [PATCH] add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4658e0d..9af9216 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Sitewriter +![Rust](https://github.com/edg-l/sitewriter/workflows/Rust/badge.svg) +[![crates.io](http://meritbadge.herokuapp.com/sitewriter)](https://crates.io/crates/sitewriter) +![License](https://img.shields.io/github/license/edg-l/sitewriter) + A rust library to generate sitemaps. It uses the [quick-xml](https://github.com/tafia/quick-xml) so it should be fast.