mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
Stub the required parts of libcras so that upstream builds with audio_cras feature BUG=b:244618503 TEST=cargo build --features audio_cras Change-Id: I21eb3bcb9a61990740b1419f124401878619481e Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3911099 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Vineeth Pillai <vineethrp@google.com>
12 lines
179 B
TOML
12 lines
179 B
TOML
[package]
|
|
name = "libcras"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/libcras.rs"
|
|
|
|
[dependencies]
|
|
audio_streams = "*"
|
|
serde = "*"
|