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