Maximum of 5 keywords per crate

This commit is contained in:
Rafael Caricio 2023-03-12 18:42:12 +01:00
parent 042de9261f
commit c07781a79b
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -5,7 +5,7 @@ authors = [
"Rafael Caricio <rafael@caricio.com>",
]
description = "Background task processing for Rust applications with Tokio, Diesel, and PostgreSQL."
keywords = ["async", "background", "task", "jobs", "queue", "diesel", "postgres", "postgresql", "tokio"]
keywords = ["async", "background", "task", "jobs", "queue"]
repository = "https://github.com/rafaelcaricio/backie"
edition = "2021"
license = "MIT"