blob: 808a2c70166c3b11a12857b0a73e4a95d4a53cfd [file] [log] [blame]
[package]
name = "sgx_build_helper"
version = "0.1.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 = [
"Cargo.toml",
"Readme.md",
"LICENSE",
"lib.rs",
]
[lib]
name = "sgx_build_helper"
path = "lib.rs"