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:
parent
1042648059
commit
7aacb8a6eb
7 changed files with 332 additions and 86 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue