Add fd-find, bandwhich
This commit is contained in:
parent
c7092821aa
commit
f5453a9fe0
1 changed files with 14 additions and 0 deletions
|
@ -65,3 +65,17 @@
|
|||
creates: ~/.cargo/bin/topgrade
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install fd-find
|
||||
shell: ~/.cargo/bin/cargo install fd-find
|
||||
args:
|
||||
creates: ~/.cargo/bin/fd
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
||||
- name: Install bandwhich
|
||||
shell: ~/.cargo/bin/cargo install bandwhich
|
||||
args:
|
||||
creates: ~/.cargo/bin/bandwhich
|
||||
when:
|
||||
- rust_extras == true
|
||||
|
|
Loading…
Add table
Reference in a new issue