blob: b46a6dbcd839e3418234e0e77c1db1144846040b [file] [log] [blame]
[package]
name = "sgx_edl"
version = "1.1.4"
authors = ["The Teaclave Authors"]
repository = "https://github.com/apache/teaclave-sgx-sdk"
license-file = "LICENSE"
documentation = "https://teaclave.apache.org/sgx-sdk-docs/"
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
edition = "2018"
include = [
"src/lib.rs",
"Cargo.toml",
"LICENSE",
"Readme.md",
"edl/**",
"common/**"
]
[lib]
name = "sgx_edl"
crate-type = ["rlib"]