Add another couple of deps.

This commit is contained in:
Erik Nordstrøm 2025-02-22 23:17:01 +01:00
parent 87f1fa67cc
commit beb4fd40c5
2 changed files with 1283 additions and 0 deletions

1281
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -6,6 +6,8 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.96", features = ["backtrace"] }
apalis = { version = "0.6.4", features = ["catch-panic", "docsrs", "document-features", "filter", "layers", "limit", "prometheus", "retry", "sentry", "timeout", "ulid", "uuid"] }
apalis-amqp = "0.4.1"
apalis-sql = { version = "0.6.4", features = ["async-std", "postgres", "sqlite"] }
chrono = { version = "0.4.39", features = ["rkyv-64", "serde"] }
chrono-tz = { version = "0.10.1", features = ["arbitrary", "case-insensitive", "filter-by-regex", "serde"] }
clokwerk = "0.4.0"