1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

fuzz init

This commit is contained in:
Robin Appelman 2022-12-21 22:49:02 +01:00
commit 697052897e
7 changed files with 104 additions and 1 deletions

View file

@ -16,7 +16,7 @@
in rec {
# `nix develop`
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy cargo-audit cargo-msrv];
nativeBuildInputs = with pkgs; [rustc cargo bacon cargo-edit cargo-outdated clippy cargo-audit cargo-msrv cargo-fuzz];
};
});
}