DEVELOPMENT ENVIRONMENT

~liljamo/entamin

ref: bd7b66c7151cbb217df0ea58e55116affaedb33c entamin/Cargo.toml -rw-r--r-- 427 bytes
bd7b66c7Jonni Liljamo feat: initial commit 19 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/NAME"
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"