blob: 02ef360b3bf82d33c44ae91a773834c591f1844b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "mmv"
version = "0.1.0"
edition = "2021"
license = "0BSD"
description = "Move multiple/mapped files"
repository = "https://git.sr.ht/~mango/mmv"
authors = ["Thomas Voss <mail@thomasvoss.com>"]
[dependencies]
cerm = "1.1.1"
itertools = "0.11.0"
lexopt = "0.1.0"
tempfile = "3.7.0"
|