mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-22 03:51:00 +00:00
18 lines
528 B
TOML
18 lines
528 B
TOML
[package]
|
|
name = "background-jobs-sled-storage"
|
|
description = "Sled storage backend for background-jobs"
|
|
version = "0.1.0"
|
|
license = "GPL-3.0"
|
|
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.5", path = "../jobs-core" }
|
|
failure = "0.1"
|
|
sled = "0.24"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|