about summary refs log tree commit diff
path: root/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(templates/rust): add configuration for drone CIFranck Cuny2022-11-151-0/+33
|
* ref: update rust's template to use craneFranck Cuny2022-11-041-27/+32
|
* ref: update the template for rust projectsFranck Cuny2022-11-013-90/+131
| | | | | | | | 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-228-0/+181
To use it, run: ``` nix flake init -t github:fcuny/world#rust ```