diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/rust/audioipc2-client/Cargo.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/third_party/rust/audioipc2-client/Cargo.toml b/third_party/rust/audioipc2-client/Cargo.toml new file mode 100644 index 0000000000..106fb300a8 --- /dev/null +++ b/third_party/rust/audioipc2-client/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "audioipc2-client" +version = "0.5.0" +authors = [ + "Matthew Gregan <kinetik@flim.org>", + "Dan Glastonbury <dan.glastonbury@gmail.com>" + ] +license = "ISC" +description = "Cubeb Backend for talking to remote cubeb server." +edition = "2018" + +[dependencies] +audioipc = { package = "audioipc2", path="../audioipc" } +cubeb-backend = "0.10" +log = "0.4" + +[dependencies.audio_thread_priority] +version = "0.26.1" +default-features = false +features = ["winapi"] |