Add fd-find, bandwhich

This commit is contained in:
Anthony Cicchetti 2020-03-15 13:20:15 -04:00
parent c7092821aa
commit f5453a9fe0

View file

@ -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