occlum/.gitmodules
2021-03-03 16:07:51 +08:00

25 lines
764 B
Plaintext

[submodule "deps/rust-sgx-sdk"]
path = deps/rust-sgx-sdk
url = https://github.com/occlum/incubator-teaclave-sgx-sdk.git
branch = sgx_2.13_for_occlum
[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