blob: ac2b74faaf5ca89ee8443c9091c0f896c38bfbd5 [file] [log] [blame]
[package]
name = "libsirenia"
version = "0.1.0"
description = "library for the TEE runtime environment"
authors = ["The Chromium OS Authors"]
edition = "2018"
[build-dependencies]
chrono = "0.4"
[dependencies]
flexbuffers = "0.1.1"
getopts = "0.2"
libc = "0.2.44"
libchromeos = { path = "../../libchromeos-rs" } # provided by ebuild
minijail = { path = "../../../aosp/external/minijail/rust/minijail" } # provided by ebuild
sirenia-rpc-macros = { path = "sirenia-rpc-macros" } # provided by ebuild
serde = { version = "1.0.114", features = ["derive"] }
sys_util = { path = "../../../platform/crosvm/sys_util" } # provided by ebuild
thiserror = "1.0.20"