-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
24 lines (24 loc) · 977 Bytes
/
.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
[submodule "src/third_party/doctest"]
path = src/third_party/doctest
url = https://github.com/onqtam/doctest.git
[submodule "src/third_party/simdjson"]
path = src/third_party/simdjson
url = https://github.com/simdjson/simdjson.git
[submodule "src/third_party/nanobench"]
path = src/third_party/nanobench
url = https://github.com/martinus/nanobench.git
[submodule "src/third_party/fmt"]
path = src/third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "src/third_party/robin-hood-hashing"]
path = src/third_party/robin-hood-hashing
url = https://github.com/martinus/robin-hood-hashing.git
[submodule "src/third_party/cpp-httplib"]
path = src/third_party/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "src/third_party/date"]
path = src/third_party/date
url = https://github.com/HowardHinnant/date.git
[submodule "src/third_party/indicators"]
path = src/third_party/indicators
url = https://github.com/p-ranav/indicators.git