build: add keywords and bump package

will publish a 0.2.0 right away because of course right after publishing i notice sveral issues that need fixing.
This commit is contained in:
Radical 2025-05-20 02:12:51 +02:00
parent 19fd48fa5f
commit 24b472c401
2 changed files with 11 additions and 2 deletions

View file

@ -1,11 +1,20 @@
[package]
name = "bunny-api-tokio"
version = "0.1.0"
version = "0.2.0"
edition = "2024"
authors = ["Radical <radical@radical.fun>"]
license = "MIT"
repository = "https://git.gorb.app/gorb/bunny-api-tokio"
description = "Provides access to the Bunny CDN API asynchronously using tokio."
keywords = [
"bunny",
"cdn",
"api-client",
"storage",
"async",
"tokio",
"client",
]
[dependencies]