diff --git a/Cargo.toml b/Cargo.toml index ae4fd4a..f253a9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }