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

derive: update to syn2 and structmeta

This commit is contained in:
Robin Appelman 2023-11-11 23:41:18 +01:00
commit 7aacb8a6eb
7 changed files with 332 additions and 86 deletions

View file

@ -80,6 +80,14 @@
RUSTC_BOOTSTRAP=1 cargo-fuzz $@
'';
})
(writeShellApplication {
name = "cargo-expand";
runtimeInputs = [cargo-expand toolchain];
text = ''
# shellcheck disable=SC2068
RUSTC_BOOTSTRAP=1 cargo-expand $@
'';
})
];
in {
default = mkShell {