[package]
name = "entamin"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2021"
description = "a small CLI tool for opinionated mkv cleaning"
readme = "README.md"
repository = "https://git.src.quest/~liljamo/entamin"
license = "GPL-3.0-or-later"
publish = false
[dependencies]
clap = { version = "4", features = ["derive"] }
crossterm = "0.28"
fancy-regex = "0.13"
inquire = "0.7"
matroska = "0.28"