panorama/Justfile
2021-08-23 21:54:09 -05:00

19 lines
No EOL
228 B
Makefile

ct:
tokei
fmt:
cargo +nightly fmt --all
doc:
cargo doc --workspace --no-deps
test:
cargo test --all
watch:
cargo watch -c
fuzz-imap:
#!/bin/bash
cd imap
cargo +nightly fuzz run parse_response