From 48a8d1689c93e664813dca5d27c920cb2479e630 Mon Sep 17 00:00:00 2001 From: Michele Esposito Date: Tue, 19 Dec 2023 23:05:00 +0100 Subject: [PATCH] docs: add badges to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c2b2b00..d6dfea0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # secured +[![Crates.io][crates-badge]][crates-url] +![Build and test][build-status-url] +[![MIT licensed][mit-badge]][mit-url] +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/mikesposito/secured/issues) + +[crates-badge]: https://img.shields.io/crates/v/secured.svg +[crates-url]: https://crates.io/crates/secured +[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg +[mit-url]: https://github.com/mikesposito/secured/blob/main/LICENSE +[build-status-url]: https://github.com/mikesposito/secured/actions/workflows/build-lint-test.yml/badge.svg + A very fast CLI tool for encryption and decryption of large amounts of data ![](./.github/assets/secured.gif)