Rust : Add rust-analyzer.

This commit is contained in:
Dmitry Voronin 2024-02-06 01:35:21 +03:00
parent 9956d67c27
commit 7f700eadfc

View file

@ -9,5 +9,6 @@ mkShell {
buildInputs = [
cargo
rustc
rust-analyzer
];
}