blob: 6ae2877030a85768309307048a08419cef5b8ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[package]
name = "audioipc-server"
version = "0.2.3"
authors = [
"Matthew Gregan <kinetik@flim.org>",
"Dan Glastonbury <dan.glastonbury@gmail.com>"
]
description = "Remote cubeb server"
edition = "2018"
[dependencies]
audio_thread_priority = "0.23.4"
audioipc = { path = "../audioipc" }
cubeb-core = "0.8.0"
futures = "0.1.29"
once_cell = "1.2.0"
log = "0.4"
slab = "0.4"
tokio = "0.1"
[dependencies.error-chain]
version = "0.11.0"
default-features = false
|