1[package] 2name = "cras_tests" 3version = "0.1.0" 4authors = ["The Chromium OS Authors"] 5edition = "2018" 6 7[dependencies] 8audio_streams = { path = "../../../audio_streams" } # provided by ebuild 9getopts = "0.2.18" 10hound = "3.4.0" 11libcras = { path = "../libcras" } # provided by ebuild 12sys_util = { path = "../../../../crosvm/sys_util" } # provided by ebuild 13 14[profile.release] 15lto = true 16panic = 'abort' 17overflow-checks = true 18