panorama/Justfile
2021-08-23 02:50:32 -05:00

16 lines
No EOL
200 B
Makefile

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