|
| 1 | +[dependencies] |
| 2 | +alloc = {} |
| 3 | + |
| 4 | +[dependencies.sgx_types] |
| 5 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 6 | +stage = 1 |
| 7 | + |
| 8 | +[dependencies.sgx_demangle] |
| 9 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 10 | +stage = 1 |
| 11 | + |
| 12 | +[dependencies.panic_abort] |
| 13 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 14 | +stage = 1 |
| 15 | + |
| 16 | +[dependencies.sgx_libc] |
| 17 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 18 | +stage = 2 |
| 19 | + |
| 20 | +[dependencies.sgx_tkey_exchange] |
| 21 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 22 | +stage = 2 |
| 23 | + |
| 24 | +[dependencies.sgx_tservice] |
| 25 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 26 | +stage = 2 |
| 27 | + |
| 28 | +[dependencies.sgx_tse] |
| 29 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 30 | +stage = 2 |
| 31 | + |
| 32 | +[dependencies.sgx_tcrypto] |
| 33 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 34 | +stage = 2 |
| 35 | + |
| 36 | +[dependencies.sgx_trts] |
| 37 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 38 | +stage = 3 |
| 39 | + |
| 40 | +[dependencies.sgx_backtrace_sys] |
| 41 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 42 | +stage = 3 |
| 43 | + |
| 44 | +[dependencies.sgx_unwind] |
| 45 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 46 | +stage = 4 |
| 47 | + |
| 48 | +[dependencies.sgx_tdh] |
| 49 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 50 | +stage = 4 |
| 51 | + |
| 52 | +[dependencies.sgx_tseal] |
| 53 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 54 | +stage = 4 |
| 55 | + |
| 56 | +[dependencies.sgx_tprotected_fs] |
| 57 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 58 | +stage = 4 |
| 59 | + |
| 60 | +[dependencies.sgx_alloc] |
| 61 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 62 | +stage = 4 |
| 63 | + |
| 64 | +[dependencies.panic_unwind] |
| 65 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 66 | +stage = 5 |
| 67 | + |
| 68 | +[dependencies.std] |
| 69 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 70 | +stage = 6 |
| 71 | + |
| 72 | +[dependencies.sgx_rand] |
| 73 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 74 | +stage = 7 |
| 75 | + |
| 76 | +[dependencies.sgx_serialize] |
| 77 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 78 | +stage = 7 |
| 79 | + |
| 80 | +[dependencies.sgx_tunittest] |
| 81 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 82 | +stage = 7 |
| 83 | + |
| 84 | +[dependencies.sgx_backtrace] |
| 85 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 86 | +stage = 8 |
| 87 | + |
| 88 | +[dependencies.sgx_cov] |
| 89 | +git = "https://github.com/baidu/rust-sgx-sdk.git" |
| 90 | +stage = 8 |
0 commit comments