blob: 7a90615589b17895ab612c340215d01785e56fff [file] [log] [blame]
[package]
name = "optee-utee"
version = "0.1.0"
authors = ["The Rust OP-TEE TrustZone SDK Project Developers"]
license = "Apache-2.0"
repository = "https://github.com/mesalock-linux/rust-optee-trustzone-sdk.git"
description = "TEE internal core API."
edition = "2018"
[dependencies]
optee-utee-sys = { path = "optee-utee-sys" }
optee-utee-macros = { path = "macros" }
libc = { path = "../rust/libc", version = "=0.2.59" }
bitflags = "1.0.4"
[workspace]
members = ['systest']