aboutsummaryrefslogtreecommitdiff
path: root/templates/rust/deny.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-15remove rust template, add GHA to go templateFranck Cuny1-44/+0
2023-12-03formatting a few files with treefmtFranck Cuny1-3/+1
2022-11-01ref: update the template for rust projectsFranck Cuny1-0/+46
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.