feat: add repo and description to Cargo.toml

This commit is contained in:
Radical 2025-05-20 01:51:15 +02:00
parent 99bb02f10c
commit 0c88ac87d9

View file

@ -4,6 +4,8 @@ version = "0.1.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."
[dependencies]