forked from GPC-debug/occlum-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 856 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "deps/rust-sgx-sdk"]
path = deps/rust-sgx-sdk
url = https://github.com/apache/incubator-teaclave-sgx-sdk
branch = master
[submodule "deps/xmas-elf"]
path = deps/xmas-elf
url = https://github.com/occlum/xmas-elf
branch = master
[submodule "deps/sefs"]
path = deps/sefs
url = https://github.com/occlum/sefs.git
branch = unionfs
[submodule "deps/serde-sgx"]
path = deps/serde-sgx
url = https://github.com/occlum/serde-sgx
[submodule "deps/itoa-sgx"]
path = deps/itoa-sgx
url = https://github.com/occlum/itoa-sgx
[submodule "deps/serde-json-sgx"]
path = deps/serde-json-sgx
url = https://github.com/occlum/serde-json-sgx
[submodule "deps/grpc-rust"]
path = deps/grpc-rust
url = https://github.com/stepancheg/grpc-rust.git
branch = v0.7
[submodule "deps/ringbuf"]
path = deps/ringbuf
url = https://github.com/agerasev/ringbuf.git