Xargo.toml 268 Bytes
Newer Older
nhynes committed
1 2 3 4 5 6
[dependencies]
alloc = {}
panic_unwind = {}
panic_abort = {}

[dependencies.std]
7
path = "/opt/rust-sgx-sdk/xargo/sgx_tstd"
nhynes committed
8 9 10 11
features = ["backtrace", "stdio", "untrusted_time"]
stage = 2

[dependencies.xargo_sgx_rand]
12
path = "/opt/rust-sgx-sdk/xargo/sgx_rand"
nhynes committed
13
stage = 3