summaryrefslogtreecommitdiffstats
path: root/third_party/rust/audioipc2-client/Cargo.toml
blob: 106fb300a8c42db848a3a15a443951aaa28f8111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"]