5 lines
94 B
Makefile
5 lines
94 B
Makefile
fmt:
|
|
cargo +nightly fmt --all
|
|
|
|
greenmail-test:
|
|
cargo run -p imap --bin greenmail-test
|