blob: 61aa568d022d7fad8c4e1236b8f85952b3374509 [file] [log] [blame]
[package]
name = "sgx_tunittest"
version = "1.1.0"
authors = ["The Teaclave Authors"]
repository = "https://github.com/apache/teaclave-sgx-sdk"
license-file = "LICENSE"
documentation = "https://dingelish.github.io/"
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
edition = "2018"
include = [
"LICENSE",
"Readme.md",
"Cargo.toml",
"src/lib.rs",
]
[lib]
name = "sgx_tunittest"
crate-type = ["rlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../sgx_tstd" }