Enable feature flags where possible.
This commit is contained in:
parent
c0dba9a9ac
commit
04489fcaaf
2 changed files with 1006 additions and 12 deletions
1008
Cargo.lock
generated
1008
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -4,14 +4,14 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
apalis = "0.6.4"
|
apalis = { version = "0.6.4", features = ["catch-panic", "docsrs", "document-features", "filter", "layers", "limit", "prometheus", "retry", "sentry", "timeout", "ulid", "uuid"] }
|
||||||
clokwerk = "0.4.0"
|
clokwerk = "0.4.0"
|
||||||
cron = "0.15.0"
|
cron = { version = "0.15.0", features = ["serde"] }
|
||||||
cron-job = "0.2.0"
|
cron-job = "0.2.0"
|
||||||
cron_clock = "0.8.0"
|
cron_clock = "0.8.0"
|
||||||
cron_tab = "0.2.8"
|
cron_tab = { version = "0.2.8", features = ["all"] }
|
||||||
croner = "2.1.0"
|
croner = "2.1.0"
|
||||||
delay_timer = "0.11.6"
|
delay_timer = { version = "0.11.6", features = ["full"] }
|
||||||
english-to-cron = "0.1.2"
|
english-to-cron = "0.1.2"
|
||||||
schedule = "0.1.0"
|
schedule = "0.1.0"
|
||||||
tokio-cron-scheduler = "0.13.0"
|
tokio-cron-scheduler = { version = "0.13.0", features = ["english", "log", "prost", "signal", "tokio-postgres", "tracing-subscriber"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue