Release 0.2.0

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

View file

@ -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"