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

19 lines
323 B

[package]
name = "srtune"
version = "0.2.0"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"
[dependencies]
clap = "2.33.0"
log = "0.4"
failure = "0.1.5"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
smart-default = "0.5"
lazy_static = "1.3.0"
nom = "4.2.3"
regex = "1.1.7"
env_logger = "0.6.1"