You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "audio_util"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
audio_streams = "*"
|
|
async-trait = "0.1.36"
|
|
base = { path = "../base" }
|
|
thiserror = "1.0.20"
|