optee-teec 0.0.1

TEE client API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "optee-teec"
version = "0.0.1"
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 client API."
edition = "2018"

[dependencies]
optee-teec-sys = { path = "optee-teec-sys", version = "0.0.1" }
libc = "0.2"
uuid = "0.7"
hex = "0.3"

[workspace]
members = ['systest']