android13/external/crosvm/common/audio_streams/Cargo.toml

19 lines
379 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"
sync = { path = "../sync" } # provided by ebuild
thiserror = "1.0.20"
futures = "0.3"
[target.'cfg(unix)'.dev-dependencies]
sys_util = { path = "../sys_util" } # provided by ebuild