blob: 9c8d5ee467f5d4f2e5df80db25868626c294695c [file] [log] [blame]
[package]
name = "serde"
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"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
proto = { path = "../proto" }
optee-teec = { path = "../../../optee-teec" }
[profile.release]
lto = true