summaryrefslogtreecommitdiff
path: root/cras/client/cras_tests/Cargo.toml
blob: 108fe6c4009ddbf0cccefbf182d382581397f033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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