You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
393 B
21 lines
393 B
[package]
|
|
name = "Helloworldsampleenclave"
|
|
version = "1.0.0"
|
|
authors = ["Baidu"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "helloworldsampleenclave"
|
|
crate-type = ["staticlib"]
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
lazy_static = { version = "1.1.0", features = ["spin_no_std"] } # Implies nightly
|
|
|
|
[target.'cfg(not(target_env = "sgx"))'.dependencies]
|
|
sgx_types = "1.0.6"
|
|
sgx_tstd = "1.0.6"
|