mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
cargo_binstall = true
|
||||
experimental = true
|
||||
legacy_version_file = true
|
||||
|
||||
Reference in New Issue
Block a user