-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
31 lines (30 loc) · 1.1 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
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/nlohmann"]
path = third_party/nlohmann
url = https://github.com/nlohmann/json.git
[submodule "third_party/mustache"]
path = third_party/mustache
url = https://github.com/kainjow/Mustache.git
[submodule "third_party/fastpbkdf2"]
path = third_party/fastpbkdf2
url = https://github.com/ctz/fastpbkdf2.git
[submodule "third_party/mongoose"]
path = third_party/mongoose
url = https://github.com/cesanta/mongoose.git
[submodule "third_party/maddy"]
path = third_party/maddy
url = https://github.com/progsource/maddy.git
[submodule "third_party/libwebsockets"]
path = third_party/libwebsockets
url = https://github.com/warmcat/libwebsockets.git
[submodule "third_party/crypto-algorithms"]
path = third_party/crypto-algorithms
url = https://github.com/B-Con/crypto-algorithms.git
[submodule "third_party/qspdlog"]
path = third_party/qspdlog
url = https://github.com/arsdever/qspdlog.git
[submodule "third_party/vscp"]
path = third_party/vscp
url = https://github.com/grodansparadis/vscp.git