feat(tools): install Rust-based CLI tools with mise

Use `mise` to install and manage tools normally installed with
`cargo install`.
This commit is contained in:
2024-05-09 02:24:22 +01:00
parent 2cbd074bac
commit 9ece01a77e
4 changed files with 21 additions and 32 deletions

2
zshenv
View File

@@ -224,6 +224,8 @@ path_prepend "$CARGO_HOME/bin"
export RUST_BACKTRACE=1
if command-exists sccache; then
export RUSTC_WRAPPER=sccache
else
export RUSTC_WRAPPER=""
fi
# mise setup