feat: add chrono-tz and phf packages for enhanced time zone handling and performance

This commit is contained in:
mai1015 2026-02-16 03:29:03 -05:00 committed by Chummy
parent fb2d1cea0b
commit 3dc44ae132
2 changed files with 9 additions and 50 deletions

View file

@ -72,7 +72,7 @@ async-trait = "0.1"
# Memory / persistence
rusqlite = { version = "0.38", features = ["bundled"] }
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "serde"] }
chrono-tz = "0.9"
chrono-tz = "0.10"
cron = "0.12"
# Interactive CLI prompts