background-jobs/jobs-sled/Cargo.toml
2019-10-28 18:47:23 -05:00

17 lines
561 B
TOML

[package]
name = "background-jobs-sled-storage"
description = "Sled storage backend for background-jobs"
version = "0.3.0"
license-file = "../LICENSE"
authors = ["asonix <asonix@asonix.dog>"]
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.6", path = "../jobs-core" }
chrono = "0.4"
sled-extensions = { version = "0.2", features = ["bincode", "cbor"] }