From 24b472c401bdbc5e6da2f3c1a6c04c3c3f558697 Mon Sep 17 00:00:00 2001 From: Radical Date: Tue, 20 May 2025 02:12:51 +0200 Subject: [PATCH] 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. --- Cargo.lock | 2 +- Cargo.toml | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a03be6..68e81fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" [[package]] name = "bunny-api-tokio" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bytes", "log", diff --git a/Cargo.toml b/Cargo.toml index 86d66a4..7b92d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,20 @@ [package] name = "bunny-api-tokio" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Radical "] 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]