From 412cf59ba98cdcb01710bc318b2c5b70703b3420 Mon Sep 17 00:00:00 2001 From: Atrox Date: Wed, 22 Dec 2021 19:46:54 +0100 Subject: [PATCH] add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f03ae84..141f69a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # tower-helmet +[![Crates.io](https://img.shields.io/crates/v/tower-helmet)](https://crates.io/crates/tower-helmet) +[![Documentation](https://docs.rs/tower-helmet/badge.svg)](https://docs.rs/tower-helmet) +[![License](https://img.shields.io/crates/l/tower-helmet)](LICENSE) + this is still very **work in progress** a port of the beautiful [helmet.js](https://github.com/helmetjs/helmet) in the javascript world.