1[package]
2name = "cros_alsa"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
5edition = "2018"
6description = "The Chromium OS alsa-lib wrapper"
7
8[dependencies]
9alsa-sys = "0.2.0"
10cros_alsa_derive = "*"
11libc = "0.2.65"
12remain = "0.2.1"
13
14[patch.crates-io]
15cros_alsa_derive = { path = "cros_alsa_derive" }
16