Skip to content

Commit

Permalink
don't need to compile all the cargo subcommand deps anymore
Browse files Browse the repository at this point in the history
cargo-tree bundled by cargo, and 4 others in both brew/pacman

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jun 27, 2023
1 parent c62b25a commit 0342a47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 4 additions & 0 deletions arch/pacstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ rust=(
# development
rustup
rust-analyzer
cargo-release
cargo-outdated
cargo-edit
cargo-audit
)
install_tools "rust" "${rust[@]}"

Expand Down
5 changes: 4 additions & 1 deletion mac/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@ brew "zoxide"
brew "choose-rust"
brew "git-delta"
brew "gh"
brew "fastmod"
brew "ncspot"
brew "keychain"
brew "zola"
brew "zsh-fast-syntax-highlighting"
brew "zsh-autosuggestions"
brew "cargo-release"
brew "cargo-edit"
brew "cargo-audit"
brew "cargo-outdated"

# python
brew "ansible"
Expand Down
11 changes: 3 additions & 8 deletions roles/lpms/tasks/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@
name: '{{ item }}'
state: "{{ pkg_state }}"
with_items:
- cargo-edit
- cargo-tree
- cargo-outdated
- cargo-tarpaulin
- cargo-release
- cargo-audit
- cargo-expand
- cargo-tarpaulin # not in brew (bad mac support?)
- cargo-expand # not in brew
- ytop
- toml2json
- fastmod
- fastmod # not in pacman, but in brew

0 comments on commit 0342a47

Please sign in to comment.