-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
49 lines (48 loc) · 1.91 KB
/
.gitmodules
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[submodule "nest-module/src/extern/flatbuffers"]
path = nest-module/src/extern/flatbuffers
url = https://github.com/google/flatbuffers
[submodule "nest-module/src/extern/crow"]
path = nest-module/src/extern/crow
url = https://github.com/CrowCpp/Crow.git
[submodule "nest-module/src/extern/spdlog"]
path = nest-module/src/extern/spdlog
url = https://github.com/gabime/spdlog
[submodule "nest-module/src/extern/extern/websocketpp"]
path = nest-module/src/extern/extern/websocketpp
url = https://github.com/gabime/spdlog
[submodule "nest-module/src/extern/websocketpp"]
path = nest-module/src/extern/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
[submodule "nest-module/src/extern/asio"]
path = nest-module/src/extern/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "nest-module/src/extern/rapidjson"]
path = nest-module/src/extern/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "spdlog"]
path = access-node/access_node/extern/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "cpr"]
path = access-node/access_node/extern/cpr
url = https://github.com/libcpr/cpr.git
[submodule "Crow"]
path = access-node/access_node/extern/Crow
url = https://github.com/CrowCpp/Crow.git
[submodule "rapidjson"]
path = access-node/access_node/extern/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "flatbuffers"]
path = access-node/access_node/flatbuffers
url = https://github.com/google/flatbuffers
[submodule "extern/flatbuffers"]
path = access-node/access_node/extern/flatbuffers
url = https://github.com/google/flatbuffers
[submodule "pdqsort"]
path = access-node/access_node/pdqsort
url = https://github.com/orlp/pdqsort
[submodule "extern/pdqsort"]
path = access-node/access_node/extern/pdqsort
url = https://github.com/orlp/pdqsort
[submodule "extern/rapidyaml"]
path = access-node/access_node/extern/rapidyaml
url = https://github.com/biojppm/rapidyaml