mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 18:38:01 +00:00
sys_util is only used to have a SharedMemory instance to run test. This commit replaces that with a mock implementation. BUG=b:229114164 TEST=presubmit Change-Id: I6268f36dd3d986422090b1d2506ba55896cbca62 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3593851 Reviewed-by: Allen Webb <allenwebb@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
14 lines
234 B
TOML
14 lines
234 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"
|
|
remain = "0.2"
|
|
thiserror = "1.0.20"
|
|
futures = "0.3"
|