diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -30,6 +30,12 @@ dependencies = [ ] [[package]] +name = "getopt" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee1289e6cb1ae7c28a9b9776bd599f8afb31c20965ff257a8ea20eaa4da5e3c7" + +[[package]] name = "instant" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -57,6 +63,7 @@ checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" name = "mmv" version = "1.0.0" dependencies = [ + "getopt", "itertools", "tempfile", ] |