my attempt at a subtitle utility after all the existing ones I tried failed me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srtune/Cargo.toml

13 lines
232 B

[package]
name = "srtune"
version = "0.3.0"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"
[dependencies]
clap = "2.33.0"
log = "0.4"
env_logger = "0.6.1"
failure = "0.1.5"
lazy_static = "1.3.0"
regex = "1.1.7"