blob: ffa50bc7b46638f744cb1be3499c7929a86b6c9b [file] [log] [blame]
[package]
name = "manatee-client"
version = "0.24.52"
description = "D-Bus bindings for ManaTEE"
authors = ["The Chromium OS Authors"]
edition = "2018"
exclude = ["*"]
include = ["Cargo.toml", "build.rs", "src/lib.rs", "src/bindings/*"]
[[bin]]
name = "manatee"
path = "src/manatee.rs"
[build-dependencies]
chromeos-dbus-bindings = { path = "../../chromeos-dbus-bindings"} # provided by ebuild
[dependencies]
dbus = "0.8"
getopts = "0.2"
libchromeos = { path = "../../libchromeos-rs" } # provided by ebuild
sys_util = { path = "../../../platform/crosvm/sys_util" } # provided by ebuild
thiserror = "1.0.20"
which = "4.0"