blob: fb07dc13cb2c617cf780279b5f8103ba2b85be69 [file] [log] [blame]
[package]
name = "chunnel"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
dbus = "0.9"
dbus-tree = "0.9"
getopts = "0.2"
libc = "0.2"
libchromeos = { path = "../../libchromeos-rs" } # provided by ebuild
log = "0.4"
protobuf = "2.16.2"
remain = "0.2"
sys_util = { path = "../../../platform/crosvm/sys_util" } # provided by ebuild
system_api = { path = "system_api" }
[build-dependencies]
protoc-rust = "2"
[dev-dependencies]
tempfile = "3"
[workspace]