background-jobs/jobs-sled/Cargo.toml

19 lines
528 B
TOML
Raw Normal View History

[package]
name = "background-jobs-sled-storage"
description = "Sled storage backend for background-jobs"
2019-05-25 21:39:52 +00:00
version = "0.1.1"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
2019-05-25 20:33:38 +00:00
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
readme = "README.md"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
background-jobs-core = { version = "0.5", path = "../jobs-core" }
failure = "0.1"
sled = "0.24"
serde = "1.0"
serde_json = "1.0"