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.
18 lines
424 B
18 lines
424 B
[package]
|
|
name = "cras_tests"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
audio_streams = { path = "../../../audio_streams" } # provided by ebuild
|
|
getopts = "0.2.18"
|
|
hound = "3.4.0"
|
|
libcras = { path = "../libcras" } # provided by ebuild
|
|
sys_util = { path = "../../../../crosvm/sys_util" } # provided by ebuild
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = 'abort'
|
|
overflow-checks = true
|