blob: 5716188b88d84479949acd693dacb8d8fab8cab1 [file] [log] [blame]
[package]
name = "sirenia"
version = "0.24.52"
description = "a TEE runtime environment."
authors = ["The Chromium OS Authors"]
edition = "2018"
[[bin]]
name = "dugong"
path = "src/dugong.rs"
[[bin]]
name = "trichechus"
path = "src/trichechus.rs"
[profile.release]
panic = "abort"
overflow-checks = true
[dependencies]
getopts = "0.2"
libc = "0.2.44"
libchromeos = { path = "../libchromeos-rs" } # provided by ebuild
minijail = { path = "../../aosp/external/minijail/rust/minijail" } # provided by ebuild
sys_util = { path = "../../platform/crosvm/sys_util" } # provided by ebuild