2022-12-30 16:23:24 +00:00
|
|
|
[package]
|
|
|
|
name = "background-jobs"
|
|
|
|
version = "1.0.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
actix-web.workspace = true
|
|
|
|
|
2024-12-06 03:29:32 +03:00
|
|
|
apalis = { version = "0.6", features = ["limit"] }
|
|
|
|
apalis-redis = { version = "0.6" }
|
2023-07-09 00:56:56 +01:00
|
|
|
chrono.workspace = true
|
2024-07-07 02:51:12 +01:00
|
|
|
color-eyre.workspace = true
|
2023-10-29 01:17:49 +01:00
|
|
|
dotenvy.workspace = true
|
2022-12-30 16:23:24 +00:00
|
|
|
env_logger.workspace = true
|
2024-07-07 02:51:12 +01:00
|
|
|
eyre.workspace = true
|
2022-12-30 16:25:40 +00:00
|
|
|
log.workspace = true
|
2023-01-02 20:35:37 +00:00
|
|
|
rand.workspace = true
|
2023-01-02 20:35:11 +00:00
|
|
|
serde.workspace = true
|
2023-01-02 20:33:43 +00:00
|
|
|
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
2023-07-09 00:56:56 +01:00
|
|
|
tokio-util.workspace = true
|