DEVELOPMENT ENVIRONMENT

~liljamo/entamin

ref: c667e1a4d9a58077196154838c76b81e3ace9864 entamin/Cargo.toml -rw-r--r-- 430 bytes
c667e1a4Jonni Liljamo fix: typo audo -> audio 10 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"