update config format

This commit is contained in:
yggverse 2026-04-08 13:49:31 +03:00
parent 93586d740f
commit a61f29de6d
5 changed files with 14 additions and 20 deletions

View file

@ -24,3 +24,4 @@ serde_regex = "1.1.0"
tokio = { version = "1.51.0", features = ["rt-multi-thread"] }
toml = "1.1.2"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
url = { version = "2.5.8", features = ["serde"] }