diff options
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" |
