deps: add cron and chrono-tz for scheduled tasks

This commit is contained in:
xiaoski 2026-05-05 00:06:00 +08:00
parent 0e146a8f2a
commit 46527edb7b

View File

@ -26,6 +26,8 @@ anyhow = "1.0"
mime_guess = "2.0"
base64 = "0.22"
tempfile = "3"
cron = "0.15"
chrono-tz = "0.10"
meval = "0.2"
ratatui = "0.27"
crossterm = { version = "0.28", features = ["event-stream"] }