blob: a9958dcb0087ed5d41bb8e4fe484bfe42f365e33 [file] [log] [blame]
[package]
name = "audio_streams"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[lib]
path = "src/audio_streams.rs"
[dependencies]
async-trait = "0.1.36"
cros_async = { path = "../cros_async" } # provided by ebuild
remain = "0.2"
sync = { path = "../sync" } # provided by ebuild
sys_util = { path = "../sys_util" } # provided by ebuild
thiserror = "1.0.20"