Rust stuff
This commit is contained in:
parent
61389ba3c6
commit
d56104f887
1 changed files with 15 additions and 0 deletions
|
@ -4,3 +4,18 @@
|
||||||
args:
|
args:
|
||||||
creates: ~/.cargo
|
creates: ~/.cargo
|
||||||
|
|
||||||
|
- name: Install exa
|
||||||
|
shell: ~/.cargo/bin/cargo install exa
|
||||||
|
args:
|
||||||
|
creates: ~/.cargo/bin/exa
|
||||||
|
|
||||||
|
- name: Install just
|
||||||
|
shell: ~/.cargo/bin/cargo install just
|
||||||
|
args:
|
||||||
|
creates: ~/.cargo/bin/just
|
||||||
|
|
||||||
|
- name: Install cargo-update
|
||||||
|
shell: ~/.cargo/bin/cargo install cargo-update
|
||||||
|
args:
|
||||||
|
creates: ~/.cargo/bin/cargo-install-update
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue