1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-10 04:26:23 +02:00

Update cargo deps

This commit is contained in:
Luc Perkins 2022-08-28 16:26:43 +03:00
parent b2377c6844
commit ddc4f28755
No known key found for this signature in database
GPG Key ID: 4F102D0C16E232F2

View File

@ -40,9 +40,8 @@
rustToolchain
openssl
pkg-config
cargo-audit
cargo-deny
cargo-cross
cargo-edit
rust-analyzer
] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) (with pkgs; [ cargo-watch ]); # Currently broken on macOS