feat(build): add toml dependency

- add toml crate for configuration file parsing
This commit is contained in:
Jeremiah Russell
2025-10-07 15:47:19 +01:00
committed by Jeremiah Russell
parent f36b962867
commit 122d000d6b

View File

@@ -30,6 +30,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145" serde_json = "1.0.145"
thiserror = "2.0.17" thiserror = "2.0.17"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
toml = "0.9.7"
[lints.clippy] [lints.clippy]
uninlined-format-args = "warn" uninlined-format-args = "warn"