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:
parent
19fd48fa5f
commit
24b472c401
2 changed files with 11 additions and 2 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue