blob: a3d1f2b68837c3f820f1432dbce9dd2497d2fe0b [file] [log] [blame]
[package]
name = "sgx_tunittest"
version = "1.1.3"
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" }