add some instructions and bump version
This commit is contained in:
parent
414294ac68
commit
b00b5e9352
2 changed files with 12 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
|||
[package]
|
||||
name = "mvw"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
[dependencies]
|
||||
tempfile = "3.14.0"
|
||||
dialoguer = "0.11.0"
|
||||
|
|
|
|||
8
README.md
Normal file
8
README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# mvw
|
||||
|
||||
`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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue