[Re]move useless badges

This commit is contained in:
Félix Saparelli 2022-07-08 02:19:43 +12:00
parent 61baabdc6a
commit e070ae3d31
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
# $ cargo watch
[![Crate release version](https://flat.badgen.net/crates/v/cargo-watch)](https://crates.io/crates/cargo-watch)
[![Crate license: Apache 2.0](https://flat.badgen.net/github/license/watchexec/cargo-watch)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Crate download count](https://flat.badgen.net/crates/d/cargo-watch)](https://crates.io/crates/cargo-watch)
[![CI status](https://github.com/watchexec/cargo-watch/actions/workflows/check.yml/badge.svg)](https://github.com/watchexec/cargo-watch/actions/workflows/check.yml)
# Cargo Watch
Cargo Watch is a tool to watch your Cargo-based project and run commands when files change. It
focuses on the Rust development experience and aims to be flexible enough to suit most without
becoming complicated to use.