Files
audio-conv/Cargo.toml
Thomas Heck 458b7b9aa1 add input file matching through configs
and allow codec options for each matching
2020-11-28 16:53:00 +01:00

21 lines
366 B
TOML

[package]
name = "audio-conv"
version = "0.0.0"
authors = ["Thomas Heck <t@b128.net>"]
edition = "2018"
[dependencies]
gstreamer-audio = "0.16"
gstreamer = "0.16"
gstreamer-base = "0.16"
glib = "0.10"
futures = "0.3"
num_cpus = "1"
walkdir = "2"
libc = "0.2"
anyhow = "1"
clap = "2"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
regex = "1"