Release 0.2.0
This commit is contained in:
parent
716eeae4b1
commit
042de9261f
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "backie"
|
name = "backie"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Rafael Caricio <rafael@caricio.com>",
|
"Rafael Caricio <rafael@caricio.com>",
|
||||||
]
|
]
|
||||||
description = "Async persistent background task processing for Rust applications with Tokio 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", "diesel", "postgres", "postgresql", "tokio"]
|
||||||
repository = "https://code.caric.io/rafaelcaricio/backie"
|
repository = "https://github.com/rafaelcaricio/backie"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue