gstreamer rewrite
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -1,9 +1,15 @@
|
||||
[package]
|
||||
name = "audio_conv"
|
||||
name = "audio-conv"
|
||||
version = "0.0.0"
|
||||
authors = ["Thomas Heck <t@b128.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
stainless_ffmpeg = "0.1"
|
||||
rayon = "1.0.2"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user