Skip to content

Commit

Permalink
chore(docs): add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Apr 1, 2024
1 parent 0b7c127 commit 6b87e0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 6b87e0f

Please sign in to comment.