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