background-jobs/jobs-sled/Cargo.toml

17 lines
613 B
TOML
Raw Normal View History

[package]
name = "background-jobs-sled-storage"
description = "Sled storage backend for background-jobs"
2019-05-27 17:29:11 +00:00
version = "0.1.3"
2019-09-15 20:51:33 +00:00
license-file = "../LICENSE"
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]
2019-05-28 00:30:30 +00:00
background-jobs-core = { version = "0.6", path = "../jobs-core" }
2019-05-25 23:09:10 +00:00
chrono = "0.4"
2019-09-08 23:59:21 +00:00
sled-extensions = { version = "0.1", git = "https://git.asonix.dog/asonix/sled-extensions", features = ["bincode", "cbor"] }