summaryrefslogtreecommitdiffstats
path: root/media/audioipc/client/Cargo.toml
blob: eff18b1a024b721641246bbba28b7043ae70224e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "audioipc-client"
version = "0.4.0"
authors = [
        "Matthew Gregan <kinetik@flim.org>",
        "Dan Glastonbury <dan.glastonbury@gmail.com>"
        ]
description = "Cubeb Backend for talking to remote cubeb server."
edition = "2018"

[dependencies]
audio_thread_priority = "0.23.4"
audioipc = { path="../audioipc" }
cubeb-backend = "0.8"
futures = { version="0.1.18", default-features=false, features=["use_std"] }
futures-cpupool = { version="0.1.8", default-features=false }
log = "0.4"
tokio = "0.1"