Rust : Add rustfmt.

This commit is contained in:
Dmitry Voronin 2024-02-06 15:25:25 +03:00
parent 9e2318b233
commit fcb01489a0

View file

@ -7,5 +7,6 @@ pkgs.mkShell {
cargo cargo
rustc rustc
rust-analyzer rust-analyzer
rustfmt
]; ];
} }