mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +00:00
12 lines
200 B
TOML
12 lines
200 B
TOML
[package]
|
|
name = "jobs"
|
|
version = "0.1.0"
|
|
authors = ["asonix <asonix@asonix.dog>"]
|
|
|
|
[dependencies]
|
|
failure = "0.1"
|
|
futures = "0.1.21"
|
|
log = "0.4"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|