summaryrefslogtreecommitdiff
path: root/cras/client/libcras/Cargo.toml
blob: b52a261264bd89398d43d3c2664532842615ae10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libcras"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[lib]
path = "src/libcras.rs"

[dependencies]
audio_streams = { path = "../../../audio_streams" } # provided by ebuild
libc = "*"
cras-sys = { path = "../cras-sys" } # provided by ebuild
data_model = { path = "../../../../crosvm/data_model" } # provided by ebuild
sys_util = { path = "../../../../crosvm/sys_util" } # provided by ebuild