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.toml | |
parent | 8d793a5854cc89205beba57c8f3e5e130b69f7c9 (diff) |
Create a working implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "mmv" -version = "0.1.0" +version = "1.0.0" edition = "2021" [dependencies] |