Added some tools
This commit is contained in:
parent
f3cfce2fc4
commit
d57f556835
1 changed files with 14 additions and 0 deletions
|
@ -83,3 +83,17 @@
|
|||
creates: ~/.cargo/bin/bandwhich
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install blindfold
|
||||
shell: ~/.cargo/bin/cargo install blindfold
|
||||
args:
|
||||
creates: ~/.cargo/bin/blindfold
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install kondo
|
||||
shell: ~/.cargo/bin/cargo install kondo
|
||||
args:
|
||||
creates: ~/.cargo/bin/kondo
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
|
Loading…
Add table
Reference in a new issue