-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathconfig.toml
More file actions
35 lines (31 loc) · 960 Bytes
/
config.toml
File metadata and controls
35 lines (31 loc) · 960 Bytes
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
33
34
35
[env]
_.file = [".env", ".env.local"]
[tools]
# Basic tools
node = { version = "22.21.1", postinstall = "corepack enable" }
"npm:turbo" = "2.6.3"
# Helper to install tools
cargo-binstall = "1.15.1"
uv = "0.9.13"
# Tools to compile the project
'cargo:wasm-opt' = "0.116.1"
"cargo:wasm-pack" = "0.13.1"
java = "25.0.2+10.0.LTS"
protoc = "32.1"
# CLI tools
biome = "1.9.5-nightly.ff02a0b"
"cargo:cargo-codspeed" = "4.1.0"
"cargo:cargo-hack" = "0.6.37"
"cargo:cargo-insta" = "1.43.1"
"cargo:cargo-llvm-cov" = "0.6.18"
"cargo:cargo-nextest" = "0.9.103"
just = "1.43.1"
markdownlint-cli2 = "0.19.1"
"npm:@napi-rs/cli" = "2.18.4"
"npm:@redocly/cli" = "2.12.3"
"npm:renovate" = "42.39.1"
"pipx:sqlfluff" = "3.4.2"
sentry-cli = "2.52.0"
taplo = "0.10.0"
"ubi:terrastruct/d2" = "0.7.1"
yq = "4.49.2"