kitsune/crates/kitsune-jobs/Cargo.toml

25 lines
635 B
TOML

[package]
name = "kitsune-jobs"
authors.workspace = true
edition.workspace = true
version.workspace = true
license.workspace = true
[dependencies]
athena = { path = "../../lib/athena" }
derive_more = { version = "1.0.0-beta.6", features = ["from"] }
diesel = "2.1.5"
diesel-async = "0.4.1"
eyre = "0.6.12"
futures-util = "0.3.30"
kitsune-core = { path = "../kitsune-core" }
kitsune-db = { path = "../kitsune-db" }
kitsune-email = { path = "../kitsune-email" }
serde = { version = "1.0.197", features = ["derive"] }
speedy-uuid = { path = "../../lib/speedy-uuid" }
tracing = "0.1.40"
typed-builder = "0.18.1"
[lints]
workspace = true