mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
bed40ad547
BUG=none TEST=cq Change-Id: I0059c970879b78bfd40b6ce58b10debcf154b50f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3508322 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Anton Romanov <romanton@google.com>
18 lines
424 B
TOML
18 lines
424 B
TOML
[package]
|
|
name = "audio_streams"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[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
|
|
thiserror = "1.0.20"
|
|
|
|
[target.'cfg(unix)'.dev-dependencies]
|
|
sys_util = { path = "../sys_util" } # provided by ebuild
|