m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 10:23:42 -05:00

feat: add timezone support

This commit is contained in:
Sergio
2025-05-21 11:12:29 +03:00
parent a06266264d
commit 6d88036914
3 changed files with 91 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ serde_json = "1.0.133"
serde = "1.0.215"
tokio-cron-scheduler = { version = "0.13.0", default-features = false, optional = true }
envy = "0.4.2"
chrono-tz = "0.10.3"
[features]
default = ["server", "cli"]