From ea057c1db37a9ad007787536c2c24b90677e3a69 Mon Sep 17 00:00:00 2001 From: Radical Date: Tue, 20 May 2025 12:50:27 +0200 Subject: [PATCH] docs: add crates.io and visitors badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34ea671..8a76eba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # bunny-api-tokio [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Crates.io](https://img.shields.io/crates/v/bunny-api-tokio.svg)](https://crates.io/crates/bunny-api-tokio) +[![Visitors](https://visitor-badge.laobi.icu/badge?page_id=gorb.bunny-api-tokio)](https://git.gorb.app/gorb/bunny-api-tokio) A Rust library providing **asynchronous access to the Bunny CDN API** using Tokio.