build: use only 5 keywords

apparently crates.io limits keywords to 5
This commit is contained in:
Radical 2025-05-20 02:16:27 +02:00
parent 6b3137fd06
commit 119cdeb46a

View file

@ -10,10 +10,8 @@ keywords = [
"bunny", "bunny",
"cdn", "cdn",
"api-client", "api-client",
"storage",
"async", "async",
"tokio", "tokio",
"client",
] ]