mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 10:40:12 +00:00
fix(scheduled_tasks): replace broken time parsing code with cron library
This commit is contained in:
parent
f1de2f2858
commit
357122a892
3 changed files with 42 additions and 76 deletions
|
|
@ -16,4 +16,5 @@ sqlx = { workspace = true }
|
|||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
croner = "2.1.0"
|
||||
num-format = "0.4.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue