From 6b87e0f8c1050b0faaa33201f5af54d27e2107c3 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 1 Apr 2024 09:52:07 +0200 Subject: [PATCH] chore(docs): add badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a8544..afb0072 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # cargo-goggles +![Crates.io Version](https://img.shields.io/crates/v/cargo-goggles) +![Crates.io License](https://img.shields.io/crates/l/cargo-goggles) +[![CI](https://github.com/M4SS-Code/cargo-goggles/workflows/CI/badge.svg)](https://github.com/M4SS-Code/cargo-goggles/actions) +[![dependency status](https://deps.rs/crate/cargo-goggles/0.0.1/status.svg)](https://deps.rs/crate/cargo-goggles/0.0.1) + Verify that registry crates in your Cargo.lock are reproducible from the git repository. This cargo subcommand analyzes the following properties for crates in your Cargo.lock: @@ -21,7 +26,6 @@ cargo goggles ## Roadmap -* Add badges * Cleanup most of the code * Make it into a proper library and CLI * Support registries other than crates.io