From 5316c53b1fe82f5dc75bf575a39ef5f3a7c8d995 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 22 Sep 2025 20:27:20 +0200 Subject: feat: switch to `prettyplease` for code formatting No more external rustfmt dependency --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bb4ce7a..032e86c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,10 @@ toml = "0.9.2" tokio = { version = "1.46.1", features = ["fs", "io-util"] } tokio-stream = { version = "0.1.17", features = ["fs"] } rfd = "0.15.4" -rust-format = "0.3.4" +rust-format = { version = "0.3.4", features = [ + "pretty_please", + "post_process", +] } fxhash = "0.2.1" thiserror = "2.0.12" dirs-next = "2.0.0" -- cgit v1.2.3