mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 03:51:00 +00:00
20 lines
497 B
TOML
20 lines
497 B
TOML
[package]
|
|
name = "background-jobs-actix"
|
|
description = "in-process jobs processor based on Actix"
|
|
version = "0.4.1"
|
|
license = "GPL-3.0"
|
|
authors = ["asonix <asonix@asonix.dog>"]
|
|
repository = "https://git.asonix.dog/asonix/background-jobs"
|
|
keywords = ["jobs", "processor"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix = "0.7"
|
|
background-jobs-core = { version = "0.4", path = "../jobs-core" }
|
|
chrono = "0.4"
|
|
failure = "0.1"
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|