diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b06fdd --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# bunny-api-tokio + +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) + +A Rust library providing **asynchronous access to the Bunny CDN API** using Tokio. + +## Features +- **Async-first**: Built with Tokio for non-blocking API calls. +- **Edge Storage API**: Supports Bunny's edge storage operations. +- **Lightweight**: Pure Rust implementation with minimal dependencies. + +## Usage +Add to your `Cargo.toml`: +```toml +[dependencies] +bunny-api-tokio = "0.1.0" +```