mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 12:00:59 +00:00
21 lines
361 B
TOML
21 lines
361 B
TOML
[package]
|
|
name = "actix-jobs-example"
|
|
version = "0.1.0"
|
|
authors = ["asonix <asonix@asonix.dog>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix = "0.7"
|
|
dotenv = "0.13"
|
|
env_logger = "0.5"
|
|
failure = "0.1"
|
|
futures = "0.1"
|
|
log = "0.4"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
|
|
[dependencies.jobs]
|
|
version = "0.1"
|
|
path = "../.."
|
|
default-features = false
|
|
features = ["jobs-actix"]
|