blob: 810f69d8f9d97f86f6d47499455f3a3d5f4d3822 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "mmv"
version = "0.1.0"
edition = "2021"
license = "0BSD"
description = "Move multiple/mapped files"
repository = "https://git.thomasvoss.com/mmv"
authors = [
"Thomas Voss <mail@thomasvoss.com>",
]
[dependencies]
lexopt = "0.1.0"
proxit = "1.0.1"
tempfile = "3.7.0"
|