aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: de42a890e177c4d5b13e39bd9abbbb3197bea6cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mmv"
version = "1.0.1"
edition = "2021"
license = "0BSD"
description = "Mapped file moves"
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"