Change config format from yaml to toml

This commit is contained in:
2025-11-16 10:33:14 +01:00
parent 39c7208b44
commit 50afa9f7fb
5 changed files with 111 additions and 66 deletions

View File

@@ -24,11 +24,11 @@ reqwest = "0.12.4"
rrule = "0.13.0"
rust-i18n = "3.0.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_yaml = "0.9.13"
strum = { version = "0.26.1", features = ["derive"] }
teloxide = { version = "0.13.0", features = ["macros", "throttle"] }
thiserror = "1.0.56"
tokio = { version = "1.21.2", features = ["macros"] }
toml = "0.9.8"
[package.metadata.i18n]
available-locales = ["en", "de"]