blob: e0adf67f879bd179afbeaa6905fb567ebf0d767d [file] [log] [blame]
[package]
name = "sgx_edl"
version = "1.1.5"
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 = "2021"
include = [
"src/lib.rs",
"Cargo.toml",
"LICENSE",
"Readme.md",
"edl/**",
"common/**"
]
[lib]
name = "sgx_edl"
crate-type = ["rlib"]