occlum/.gitmodules
He Sun c85163ec0a Add notification mechanism for basic IO events
1. Add notification mechanism for select, poll, epoll and blocking IO
2. Add pipe support for select, poll and blocking IO
2020-07-18 00:27:26 +08:00

28 lines
838 B
Plaintext

[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
[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