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.
20 lines
347 B
20 lines
347 B
[dependencies]
|
|
alloc = {}
|
|
panic_unwind = {}
|
|
panic_abort = {}
|
|
|
|
[dependencies.std]
|
|
path = "../../../xargo/sgx_tstd"
|
|
stage = 1
|
|
|
|
[dependencies.sgx_rand]
|
|
path = "../../../xargo/sgx_rand"
|
|
stage = 2
|
|
|
|
[dependencies.sgx_serialize]
|
|
path = "../../../xargo/sgx_serialize"
|
|
stage = 2
|
|
|
|
[dependencies.sgx_tunittest]
|
|
path = "../../../xargo/sgx_tunittest"
|
|
stage = 2 |