Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Contributions are welcome. If you see a bug, feel free to submit a PR with a fix

## Necessary crates - cargo install <name>

(if you use mise, these can be installed with `mise install`)
- cargo-nextest
- cargo-watch

Expand Down
3 changes: 3 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
"cargo:cargo-nextest" = "latest"
"cargo:cargo-watch" = "latest"
Loading