diff --git a/Cargo.toml b/Cargo.toml index a32a6d4..cb89ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" thiserror = "2.0.17" tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } +toml = "0.9.7" [lints.clippy] uninlined-format-args = "warn"