Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 127 Bytes

File metadata and controls

5 lines (3 loc) · 127 Bytes

Build a specific library: cargo build -p comic2pdf

Run a specific binary: cargo run -p comic2pdf

Test everything: cargo test