Change config format from yaml to toml
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user