fabro/.cargo/config.toml
Bryan Helmkamp be084c1944
refactor(dev): decouple CLI reference generation
Expose the CLI reference renderer through a hidden fabro subcommand so fabro-dev can refresh docs without linking fabro-cli. Gate the fabro-dev binary behind the dev feature and update the cargo dev alias to opt into it explicitly.
2026-05-06 12:31:02 -04:00

9 lines
347 B
TOML

[alias]
dev = "run --package fabro-dev --features 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"