Daniel Verkamp 52b8e42869 Cargo.toml: avoid "*" versions for external crates 5 mēneši atpakaļ
..
src e4f6374761 devices: snd: Use PCM device client_type and stream_type for CRAS 1 gadu atpakaļ
Cargo.toml 52b8e42869 Cargo.toml: avoid "*" versions for external crates 5 mēneši atpakaļ
README.md 6b06f405ff docs: Use mdformat to format markdown files 2 gadi atpakaļ

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.