1
Fork 0

Add other cargo utilities.

This commit is contained in:
Bauke 2024-01-21 12:38:51 +01:00
parent 67bb812804
commit 0abf8642d3
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 0 deletions

View File

@ -7,9 +7,11 @@ let
in in
mkShell rec { mkShell rec {
packages = [ packages = [
cargo-audit
cargo-edit cargo-edit
cargo-insta cargo-insta
cargo-make cargo-make
cargo-outdated
cargo-tarpaulin cargo-tarpaulin
rustup-toolchain rustup-toolchain
]; ];