1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

21 lines
492 B
TOML
Raw Normal View History

2022-12-30 16:23:24 +00:00
[package]
name = "background-jobs"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web.workspace = true
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
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
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
2023-07-09 00:56:56 +01:00
tokio-util.workspace = true