diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-04 14:59:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-04 15:07:58 +0100 |
commit | f723136fd3b1483ad4f81b5f8e202370758371a6 (patch) | |
tree | c1b1cee4ab2df91f6e4f7dcbf5ec1749343d88eb /Cargo.lock | |
parent | 8d793a5854cc89205beba57c8f3e5e130b69f7c9 (diff) |
Create a working implementation
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" [[package]] name = "mmv" -version = "0.1.0" +version = "1.0.0" dependencies = [ "itertools", "tempfile", |