-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
20 lines (20 loc) · 809 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "third_party/crates-sgx"]
path = cc/sgx/third_party/crates-sgx
url = https://github.com/mesalock-linux/crates-sgx.git
ignore = dirty
[submodule "third_party/rust-sgx-sdk"]
path = cc/sgx/third_party/rust-sgx-sdk
url = https://github.com/baidu/rust-sgx-sdk.git
[submodule "third_party/crates-io"]
path = cc/sgx/third_party/crates-io
url = https://github.com/mesalock-linux/crates-io.git
ignore = dirty
[submodule "sgx/third_party/crates-sgx"]
path = sgx/third_party/crates-sgx
url = https://github.com/mesalock-linux/crates-sgx.git
[submodule "sgx/third_party/crates-io"]
path = sgx/third_party/crates-io
url = https://github.com/mesalock-linux/crates-io.git
[submodule "sgx/third_party/rust-sgx-sdk"]
path = sgx/third_party/rust-sgx-sdk
url = https://github.com/baidu/rust-sgx-sdk.git