WIP: templates: add rust-cargo
All checks were successful
ci/woodpecker/push/check Pipeline was successful
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:
parent
6c1a9fbdba
commit
50be0ff152
8 changed files with 176 additions and 0 deletions
|
|
@ -7,4 +7,8 @@
|
|||
path = ./c++-meson;
|
||||
description = "A C++ project using Meson";
|
||||
};
|
||||
"rust-cargo" = {
|
||||
path = ./rust-cargo;
|
||||
description = "A Rust project using Cargo";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue