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

View File

@@ -1,4 +1,20 @@
[tools]
"cargo:bacon" = "latest"
"cargo:bat" = "latest"
"cargo:cargo-audit" = "latest"
"cargo:cargo-binstall" = "latest"
"cargo:cargo-edit" = "latest"
"cargo:cargo-info" = "latest"
"cargo:cargo-quickinstall" = "latest"
"cargo:cargo-update" = "latest"
"cargo:difftastic" = "latest"
"cargo:dirstat-rs" = "latest"
"cargo:eza" = "latest"
"cargo:gitu" = "0.19"
"cargo:hexyl" = "latest"
"cargo:jwt-cli" = "latest"
"cargo:sccache" = "latest"
"cargo:tlrc" = "latest"
"go:github.com/bufbuild/buf-language-server/cmd/bufls" = "latest"
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
"go:github.com/golang/mock/mockgen" = "latest"

View File

@@ -1,2 +1,3 @@
cargo_binstall = true
experimental = true
legacy_version_file = true