From 0c88ac87d91887d8eee4bc7c57882922cd522f8e Mon Sep 17 00:00:00 2001 From: Radical Date: Tue, 20 May 2025 01:51:15 +0200 Subject: [PATCH] feat: add repo and description to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ae0745e..d31cf20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.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." [dependencies]