1[package] 2name = "android_audio" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[features] 8libaaudio_stub = [] 9 10[lib] 11path = "src/lib.rs" 12 13[dependencies] 14audio_streams = { path = "../common/audio_streams"} 15async-trait = "0.1.36" 16base = { path = "../base" } 17thiserror = "1.0.20" 18