feat: using config crate
Some checks failed
Rust / build_and_test (push) Failing after 34s

This commit is contained in:
Lukas Wölfer
2026-04-10 23:47:13 +02:00
parent b6f03f9efb
commit 5b9ab3f47d
4 changed files with 256 additions and 117 deletions

View File

@@ -16,5 +16,5 @@ tokio = { version = "1.0", features = ["full"] }
thiserror = "2.0"
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
config = { version = "0.13", features = ["toml"] }
tower-http = { version = "0.6", features = ["fs", "cors"] }