I would like a single project to use a custom formatter. I have created a `.cargo/config.toml` with the following contents: ```toml [env] RUSTFMT = "echo" ``` however, the usual formatter appears to be called. Using `RUSTFMT="echo" cargo fmt` returns `/path/to/main.rs --edition 2021` as expected.