fabro/.cargo/config.toml
Bryan Helmkamp 99d2adb216
feat(dev): add fabro-dev scaffold
Introduce the internal fabro-dev CLI shell and cargo dev alias so follow-up units can port development scripts behind typed clap subcommands.
2026-04-24 15:43:30 -04:00

9 lines
332 B
TOML

[alias]
dev = "run --package fabro-dev --"
t = "test -- --format terse"
[env]
# Disable macOS proxy discovery in tests — without this, every reqwest client
# pays ~900ms of system-proxy lookup overhead per process, which pushes tests
# past the 3s nextest kill threshold under parallel load.
FABRO_HTTP_PROXY_POLICY = "disabled"