14 lines
265 B
TOML
14 lines
265 B
TOML
|
|
[tools]
|
||
|
|
helix = "latest"
|
||
|
|
jujutsu = "latest"
|
||
|
|
lazygit = "latest"
|
||
|
|
|
||
|
|
rust = { version = "stable", components = "rust-analyzer,rust-docs,rustfmt,clippy" }
|
||
|
|
"cargo:cargo-binstall" = "latest"
|
||
|
|
|
||
|
|
deno = "latest"
|
||
|
|
|
||
|
|
uv = "latest"
|
||
|
|
"pipx:pyright" = "latest"
|
||
|
|
"pipx:ruff" = "latest"
|