From 655148b2c4f10ab18d2523b5387509ecee732d1d Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 17:19:47 +0200 Subject: [PATCH] Update 'README.md' Added shields.io labels --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 38ded78..0f85d7e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ **G**enerator +[![Crates.io](https://img.shields.io/crates/v/sing_rs)](https://crates.io/crates/sing_rs) +[![License](https://img.shields.io/crates/l/sing_rs)](https://www.gnu.org/licenses/agpl-3.0.html) + ## What is sing meant to be? This crate is meant to create interfaces between traits in Rust libraries and the command line.