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.
16 lines
310 B
16 lines
310 B
[package]
|
|
name = "cros_alsa"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
description = "The Chromium OS alsa-lib wrapper"
|
|
|
|
[dependencies]
|
|
alsa-sys = "0.2.0"
|
|
cros_alsa_derive = "*"
|
|
libc = "0.2.65"
|
|
remain = "0.2.1"
|
|
|
|
[patch.crates-io]
|
|
cros_alsa_derive = { path = "cros_alsa_derive" }
|