diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-22 20:27:20 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-22 20:27:20 +0200 |
| commit | 5316c53b1fe82f5dc75bf575a39ef5f3a7c8d995 (patch) | |
| tree | 8d4a7c4e8bac2343034c6ae78fbd5ce8fbc7dc4d /Cargo.toml | |
| parent | feat(wip): iced_material based code highlighting (diff) | |
| download | iced-builder-5316c53b1fe82f5dc75bf575a39ef5f3a7c8d995.tar.gz | |
feat: switch to `prettyplease` for code formatting
No more external rustfmt dependency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |
