blob: 0f4451130812890b7bfaadb1e03cd0754b37eb18 [file] [log] [blame]
[package]
name = "manatee-runtime"
version = "0.1.0"
description = "API endpoint for TEEs to communicate with Trichechus."
authors = ["The Chromium OS Authors"]
edition = "2018"
[[bin]]
name = "demo_app"
path = "src/demo-app.rs"
[dev-dependencies]
assert_matches = "1.5.0"
[dependencies]
anyhow = "1.0.0"
libsirenia = { path = "../libsirenia" } # provided by ebuild
log = "0.4.0"
once_cell = "1.7.2"
serde = { version = "1.0.114", features = ["derive"] }
stderrlog = "0.5.0"
sync = { path = "../../../platform/crosvm/common/sync" } # provided by ebuild