[package]
edition = "2018"
name = "ffcli"
version = "0.1.6"
authors = ["DarkSky"]
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
description = "A ffmpeg cli args builder"
homepage = "https://github.com/darkskygit/ffcli.rs"
readme = "README.md"
keywords = ["ffmpeg", "cli", "args", "builder"]
categories = ["command-line-interface"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/darkskygit/ffcli.rs"
[dependencies.log]
version = "^0.4.8"
[dependencies.thiserror]
version = "1.0.20"