Allow granular per-chat reminder configuration
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user