tuning
Some checks failed
CI / cargo test (push) Has been cancelled

This commit is contained in:
Ward Wouts 2025-05-28 09:10:00 +02:00
parent b891918d6f
commit 4798115af2
4 changed files with 16 additions and 52 deletions

View file

@ -3,6 +3,6 @@
`mvw` is a reimplementation of my old `mvwrap` Perl script. The goal is to be much faster and not need Perl anymore.
Building can be done with:
```
$ cargo build --release
```bash
cargo build --release
```