summaryrefslogtreecommitdiff
path: root/cras/client/cras_tests/Cargo.toml
blob: 94453ddf48f6dd3aa11dcf32afe885c30ef2234d (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"
libcras = { path = "../libcras" } # provided by ebuild
sys_util = { path = "../../../../../platform/crosvm/sys_util" } # provided by ebuild