aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 25ee17f41b2c3c69912a8860ca61525b84aea7a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "mmv"
version = "1.0.0"
edition = "2021"

[dependencies]
getopt = "1.1.3"
itertools = "0.10.5"
tempfile = "3.3.0"