blob: 2f35b13f0b28e508167ba9333116ec782d2f7349 [file] [log] [blame]
[package]
name = "secure_storage"
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"
proto = { path = "../proto" }
optee-teec = { path = "../../../optee-teec" }
[build_dependencies]
uuid = { version = "0.8", features = ["v4"] }
[profile.release]
lto = true