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

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