- anyhow - argh - cfg-if - enumn - gdbstub - gdbstub_arch - rand - remain - serde - serde_json - thiserror This level of indirection makes it possible to centrally update the versions of these dependencies. Bug: b/418050464 Change-Id: I4223e83d33ea527ed3bab8028ad16160e3fa0364 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6551986 Auto-Submit: Cody Schuffelen <schuffelen@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Cody Schuffelen <schuffelen@google.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
Stub crate for libcras
libcras is used by ChromeOS to play audio through the cras server.
In ChromeOS builds, the audio_cras cargo feature is enabled and this crate is replaced with the
actual libcras implementation.
On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo dependencies on libcras.