WIP: templates: add rust-cargo
All checks were successful
ci/woodpecker/push/check Pipeline was successful

TODO: find out if I can use the `cargoLock` FOD to run `clippy`.
This commit is contained in:
Bruno BELANYI 2023-05-10 13:04:06 +00:00
parent 6c1a9fbdba
commit 50be0ff152
8 changed files with 176 additions and 0 deletions

View file

@ -7,4 +7,8 @@
path = ./c++-meson;
description = "A C++ project using Meson";
};
"rust-cargo" = {
path = ./rust-cargo;
description = "A Rust project using Cargo";
};
}