1[package] 2name = "audio_util" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[dependencies] 8audio_streams = "*" 9async-trait = "0.1.36" 10base = { path = "../base" } 11thiserror = "1.0.20" 12