summaryrefslogtreecommitdiff
path: root/cras/client/cras_tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cras/client/cras_tests/Cargo.toml')
-rw-r--r--cras/client/cras_tests/Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/cras/client/cras_tests/Cargo.toml b/cras/client/cras_tests/Cargo.toml
index 108fe6c4..94453ddf 100644
--- a/cras/client/cras_tests/Cargo.toml
+++ b/cras/client/cras_tests/Cargo.toml
@@ -7,11 +7,5 @@ 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
+sys_util = { path = "../../../../../platform/crosvm/sys_util" } # provided by ebuild