feat: add repo and description to Cargo.toml
This commit is contained in:
parent
99bb02f10c
commit
0c88ac87d9
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Radical <radical@radical.fun>"]
|
authors = ["Radical <radical@radical.fun>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
repository = "https://git.gorb.app/gorb/bunny-api-tokio"
|
||||||
|
description = "Provides access to the Bunny CDN API asynchronously using tokio."
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue