Files
audio-conv/Cargo.toml
2020-11-07 17:17:39 +01:00

16 lines
272 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"