This commit is contained in:
2018-08-28 13:44:49 +02:00
commit 44c5d7e4e8
3 changed files with 218 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "audio_conv"
version = "0.0.0"
authors = ["Thomas Heck <t@b128.net>"]
[dependencies]
ffmpeg = { git = "https://github.com/hecke-rs/rust-ffmpeg" }