mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-28 23:11:02 +00:00
17 lines
326 B
TOML
17 lines
326 B
TOML
|
[package]
|
||
|
name = "background-jobs-actix"
|
||
|
version = "0.4.0"
|
||
|
authors = ["asonix <asonix@asonix.dog>"]
|
||
|
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"
|