oxen-storage-server/.gitmodules
Jason Rhinelander e5c01c9473 Remove embedded jemalloc submodule
The system jemalloc available on all the systems we support seems to
work well enough.
2021-06-29 15:40:27 -03:00

25 lines
836 B
Plaintext

[submodule "vendors/spdlog"]
path = vendors/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendors/oxen-mq"]
path = vendors/oxen-mq
url = https://github.com/oxen-io/oxen-mq.git
[submodule "vendors/nlohmann_json"]
path = vendors/nlohmann_json
url = https://github.com/nlohmann/json.git
[submodule "vendors/uWebSockets"]
path = vendors/uWebSockets
url = https://github.com/uNetworking/uWebSockets.git
[submodule "vendors/cpr"]
path = vendors/cpr
url = https://github.com/whoshuu/cpr.git
[submodule "unit_test/Catch2"]
path = unit_test/Catch2
url = https://github.com/catchorg/Catch2
[submodule "vendors/SQLiteCpp"]
path = vendors/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git
[submodule "network-tests/pyoxenmq"]
path = network-tests/pyoxenmq
url = https://github.com/oxen-io/oxen-pyoxenmq.git