mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 03:51:00 +00:00
16 lines
338 B
TOML
16 lines
338 B
TOML
[package]
|
|
name = "jobs-core"
|
|
version = "0.1.0"
|
|
authors = ["asonix <asonix@asonix.dog>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
failure = "0.1"
|
|
futures = "0.1.21"
|
|
log = "0.4"
|
|
kv = { version = "0.6", features = ["json-value"] }
|
|
lmdb = "0.8"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|