diff --git a/Cargo.toml b/Cargo.toml index 1eb1622..10a1ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,11 @@ log = "0.4.28" 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", "process"] } +tokio = { version = "1.47.1", features = [ + "macros", + "rt-multi-thread", + "process", +] } toml = "0.9.7" base64 = "0.22" flate2 = "1.0"