about summary refs log tree commit diff
path: root/templates/rust/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref: update the template for rust projectsFranck Cuny2022-11-011-61/+25
| | | | | | | | Update the workflow to use `nix develop` commands instead of multiple steps (see https://determinate.systems/posts/nix-github-actions). Add a configuration for `cargo deny` to manage the dependencies I take on.
* feat(templates): add a template for rustFranck Cuny2022-10-222-0/+84
To use it, run: ``` nix flake init -t github:fcuny/world#rust ```