mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
7a4d4d6b2a
Fixes a couple of files that were missing them. BUG=b:242605601 TEST=./tools/health-check --fix Change-Id: I620d6a939cb824e014002152584aacfc5dfdf7e8 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3835648 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
17 lines
372 B
TOML
17 lines
372 B
TOML
[package]
|
|
name = "win_audio"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
audio_streams = { path = "../common/audio_streams"}
|
|
base = { path = "../base" }
|
|
libc = "*"
|
|
win_util = { path = "../win_util" }
|
|
winapi = "*"
|
|
wio = "*"
|
|
sync = { path = "../common/sync" }
|
|
thiserror = "*"
|
|
metrics = { path = "../metrics"}
|
|
once_cell = "1.7.2"
|