-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmise.toml
More file actions
32 lines (29 loc) · 1.31 KB
/
Copy pathmise.toml
File metadata and controls
32 lines (29 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tools]
# Developer tools
zig = "latest"
task = "latest"
ast-grep = "latest"
typos = "latest"
actionlint = "latest"
"aqua:jqlang/jq" = "latest"
"aqua:charmbracelet/freeze" = "latest"
"github:romnn/cooldown" = { version = "latest", minimum_release_age = "0" }
"github:romnn/bumpversion" = { version = "latest", matching = "bumpversion", minimum_release_age = "0" }
# Documentation site (docs/, Hugo + hugo-book theme).
# - go: the theme is a Hugo module, so `hugo` shells out to `go` at build time.
# - hugo: the theme compiles SCSS, which needs the *extended* build. The default
# aqua hugo package is the non-extended build, so pull extended via asdf.
# - terminal-to-html: renders the ANSI terminal snippets to HTML (scripts/terminals.sh).
go = "latest"
"asdf:NeoHsu/asdf-hugo" = "extended-0.163.3"
"github:buildkite/terminal-to-html" = "latest"
# Cargo plugins
"github:rust-cross/cargo-zigbuild" = "latest"
"github:romnn/cargo-watchdoc" = { version = "latest", minimum_release_age = "0" }
"aqua:rustsec/rustsec/cargo-audit" = "latest"
"github:romnn/cargo-feature-combinations" = { version = "latest", matching = "cargo-fc", minimum_release_age = "0" }
"github:est31/cargo-udeps" = "latest"
"aqua:nextest-rs/nextest/cargo-nextest" = "latest"
[settings]
lockfile = true
lockfile_platforms = ["linux-x64", "macos-arm64", "windows-x64"]