actix-web/.cargo/config.toml

4 lines
141 B
TOML

[alias]
chk = "hack check --workspace --all-features --tests --examples"
lint = "hack --clean-per-run clippy --workspace --tests --examples"