# quorum-rs Makefile
# Works standalone (from crate directory) and when included from the workspace root.
:
: ## Check quorum-rs: ## Test quorum-rs: ## Check formatting (quorum-rs): ## Run Clippy (quorum-rs, warnings =
@echo "Running Clippy..."
@cargo clippy -p quorum-rs --all-targets -- -D warnings
: ## Security + license audit (cargo-deny; uses the workspace deny.toml)