@@ -3,10 +3,63 @@ alloc = {}
3
3
panic_unwind = {}
4
4
panic_abort = {}
5
5
6
- [dependencies .std ]
7
- git = " https://github.com/baidu/rust-sgx-sdk"
6
+ [dependencies .sgx_types ]
7
+ git = " https://github.com/baidu/rust-sgx-sdk.git "
8
8
stage = 1
9
9
10
- [dependencies .sgx_tunittest ]
11
- git = " https://github.com/baidu/rust-sgx-sdk"
10
+ [dependencies .sgx_libc ]
11
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
12
+ stage = 2
13
+
14
+ [dependencies .sgx_tkey_exchange ]
15
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
16
+ stage = 2
17
+
18
+ [dependencies .sgx_tservice ]
19
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
12
20
stage = 2
21
+
22
+ [dependencies .sgx_tse ]
23
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
24
+ stage = 2
25
+
26
+ [dependencies .sgx_tcrypto ]
27
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
28
+ stage = 2
29
+
30
+ [dependencies .sgx_trts ]
31
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
32
+ stage = 3
33
+
34
+ [dependencies .sgx_tdh ]
35
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
36
+ stage = 4
37
+
38
+ [dependencies .sgx_tseal ]
39
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
40
+ stage = 4
41
+
42
+ [dependencies .sgx_alloc ]
43
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
44
+ stage = 4
45
+
46
+ [dependencies .std ]
47
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
48
+ features = [" untrusted_fs" ]
49
+ stage = 5
50
+
51
+ [dependencies .sgx_rand ]
52
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
53
+ stage = 6
54
+
55
+ [dependencies .sgx_serialize ]
56
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
57
+ stage = 6
58
+
59
+ [dependencies .sgx_tunittest ]
60
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
61
+ stage = 6
62
+
63
+ [dependencies .sgx_tprotected_fs ]
64
+ git = " https://github.com/baidu/rust-sgx-sdk.git"
65
+ stage = 4
0 commit comments