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.
19 lines
364 B
19 lines
364 B
6 years ago
|
[package]
|
||
|
name = "Helloworldsampleenclave"
|
||
|
version = "1.0.0"
|
||
|
authors = ["Baidu"]
|
||
|
|
||
|
[lib]
|
||
|
name = "helloworldsampleenclave"
|
||
|
crate-type = ["staticlib"]
|
||
|
|
||
|
[features]
|
||
|
default = []
|
||
|
|
||
6 years ago
|
[dependencies]
|
||
|
lazy_static = { version = "1.1.0", features = ["spin_no_std"] } # Implies nightly
|
||
|
|
||
6 years ago
|
[target.'cfg(not(target_env = "sgx"))'.dependencies]
|
||
6 years ago
|
sgx_types = "1.0.6"
|
||
|
sgx_tstd = "1.0.6"
|