blob: 8ced553b9b5693498bd7a75995e8ca0b58329dbd [file] [log] [blame]
[package]
name = "message_passing_interface"
version = "0.1.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"
description = "An example of Rust OP-TEE TrustZone SDK."
edition = "2018"
[dependencies]
libc = "0.2.48"
url = "1.7.2"
proto = { path = "../proto" }
optee-teec = { path = "../../../optee-teec" }