mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2025-02-16 21:35:15 +00:00
16 lines
561 B
TOML
16 lines
561 B
TOML
[package]
|
|
name = "background-jobs-sled-storage"
|
|
description = "Sled storage backend for background-jobs"
|
|
version = "0.2.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.1", features = ["bincode", "cbor"] }
|