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
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -64,7 +64,7 @@ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bunny-api-tokio"
|
name = "bunny-api-tokio"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"log",
|
"log",
|
||||||
|
|
11
Cargo.toml
11
Cargo.toml
|
@ -1,11 +1,20 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bunny-api-tokio"
|
name = "bunny-api-tokio"
|
||||||
version = "0.1.0"
|
version = "0.2.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"
|
repository = "https://git.gorb.app/gorb/bunny-api-tokio"
|
||||||
description = "Provides access to the Bunny CDN API asynchronously using tokio."
|
description = "Provides access to the Bunny CDN API asynchronously using tokio."
|
||||||
|
keywords = [
|
||||||
|
"bunny",
|
||||||
|
"cdn",
|
||||||
|
"api-client",
|
||||||
|
"storage",
|
||||||
|
"async",
|
||||||
|
"tokio",
|
||||||
|
"client",
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue