crosvm/audio_streams_conformance_test/Cargo.toml
Dennis Kempin 090ee44116 Move audio_streams_conformance test to workspace
This will ensure the binary is compiled in upstream CI.
The new location will require an updated ebuild file
and needs to be synchronized via Cq-Depend during the
ChromeOS merge process.

BUG=b:293164205
TEST=presubmit

Change-Id: I51f4d8b8e606b64f124bf2801c1e4701d00eed85
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4718765
Reviewed-by: Judy Hsiao <judyhsiao@google.com>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
2023-07-26 18:19:15 +00:00

23 lines
526 B
TOML

[package]
name = "audio_streams_conformance_test"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[features]
audio_cras = ["dep:libcras"]
chromeos = ["audio_cras"]
[dependencies]
argh = "*"
audio_streams = { path = "../common/audio_streams" }
cfg-if = "1.0.0"
cros_async = { path = "../cros_async" }
libcras = { version = "*", optional = true }
remain = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "*"
thiserror = "1.0.20"
[target.'cfg(unix)'.dependencies]
minijail = "*"