Maximum of 5 keywords per crate
This commit is contained in:
parent
042de9261f
commit
c07781a79b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ authors = [
|
||||||
"Rafael Caricio <rafael@caricio.com>",
|
"Rafael Caricio <rafael@caricio.com>",
|
||||||
]
|
]
|
||||||
description = "Background task processing for Rust applications with Tokio, Diesel, and PostgreSQL."
|
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"
|
repository = "https://github.com/rafaelcaricio/backie"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue