Files
audio-conv/Cargo.toml

16 lines
271 B
TOML

[package]
name = "audio-conv"
version = "0.0.0"
authors = ["Thomas Heck <t@b128.net>"]
edition = "2018"
[dependencies]
gstreamer-audio = "0.15"
gstreamer = "0.15"
gstreamer-base = "0.15"
glib = "0.9"
futures = "0.3"
num_cpus = "1"
walkdir = "2"
libc = "0.2"
anyhow = "1"