
Makefile for formatting and linting Workspace for subcrates. Moved crates to subdir and moved subcrate configs to workspace.*
3 lines
58 B
Makefile
3 lines
58 B
Makefile
fmt:
|
|
cargo clippy --all-targets --all-features
|
|
cargo fmt
|