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
8a4fdf6a56
commit
5975673b00
8 changed files with 176 additions and 0 deletions
6
templates/rust-cargo/.gitignore
vendored
Normal file
6
templates/rust-cargo/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Rust build directory
|
||||
/target
|
||||
|
||||
# Nix generated files
|
||||
/.pre-commit-config.yaml
|
||||
/result
|
||||
Loading…
Add table
Add a link
Reference in a new issue