This repository has been archived on 2025-07-21. You can view files and clone it, but cannot push or open issues or pull requests.
|
[env]
|
|
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
|
|
|
# Do a full check of everything.
|
|
[tasks.complete-check]
|
|
dependencies = [
|
|
"clean",
|
|
"format",
|
|
"check",
|
|
"clippy",
|
|
"test",
|
|
"docs",
|
|
"build",
|
|
"audit-flow",
|
|
"outdated-flow"
|
|
]
|