1 2 3 4 5 6 7 8
# fledge.toml — project task definitions # Docs: https://github.com/CorvidLabs/fledge#task-runner [tasks] build = "cargo build" test = "cargo test" lint = "cargo clippy -- -D warnings" fmt = "cargo fmt --check"