blob: e58600868702275625f2c98b5e044df211cb22af [file] [log] [blame]
[package]
name = "sgx_tunittest"
version = "1.0.1"
authors = ["Baidu"]
repository = "https://github.com/baidu/rust-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."
include = [
"LICENSE",
"Readme.md",
"Cargo.toml",
"src/lib.rs",
]
[lib]
name = "sgx_tunittest"
crate-type = ["rlib"]
[features]
default = []
[dependencies]
sgx_tstd = { path = "../sgx_tstd" }