docs: add crates.io badge

This commit is contained in:
Kat Marchán 2020-04-29 19:43:27 -07:00
parent c248be6cc6
commit 9dbb3a39d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# cacache ![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg)
# cacache ![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg) ![crates.io](https://img.shields.io/crates/v/cacache.svg)
A high-performance, concurrent, content-addressable disk cache, optimized for async APIs.