Allow granular per-chat reminder configuration

This commit is contained in:
2024-02-11 10:30:20 +01:00
parent d338f89a15
commit 454bcf5307
10 changed files with 359 additions and 108 deletions

View File

@@ -15,6 +15,7 @@ chrono-tz = "0.8.5"
diesel = { version = "2.0.2", features = ["chrono", "sqlite"] }
diesel_migrations = "2.0.0"
ical = { version = "0.10.0", features = ["ical"], default-features = false }
itertools = "0.12.0"
log = "0.4.17"
once_cell = "1.17.0"
pretty_env_logger = "0.5.0"
@@ -26,7 +27,7 @@ serde = { version = "1.0.145", features = ["derive"] }
serde_yaml = "0.9.13"
strum = { version = "0.25.0", features = ["derive"] }
teloxide = { version = "0.12.2", features = ["macros", "throttle"] }
thiserror = "1.0.37"
thiserror = "1.0.56"
tokio = { version = "1.21.2", features = ["macros"] }
[package.metadata.i18n]