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