Add more Rust tools

This commit is contained in:
Luc Perkins 2022-07-31 22:47:19 +02:00
parent 03bd928a28
commit f6ab73a1d3
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
2 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,7 @@
deps = with pkgs; [ openssl pkgconfig ];
rustTools = with pkgs;
[ rust-analyzer ] ++ optionals isLinux (with pkgs; [ cargo-watch ]);
[ cargo-audit cargo-deny rust-analyzer ] ++ optionals isLinux (with pkgs; [ cargo-watch ]);
in {
packages.default = rust;