oxen-storage-server/.gitmodules
Jason Rhinelander 409dff7b49 Replace embedded nlohmann with updated submodule
The embedded nlohmann (3.6.1) is fairly old and has bugs that causes
compilation problems under gcc-10.  Switch to a submodule (as with most
of the other vendored libs) and updated to the latest version.

Also switch it to multi-header include mode so that we can use the tiny
json_fwd header in headers rather than the full include.
2021-01-05 17:27:32 -04:00

10 lines
311 B
Plaintext

[submodule "vendors/spdlog"]
path = vendors/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendors/loki-mq"]
path = vendors/loki-mq
url = https://github.com/loki-project/loki-mq.git
[submodule "vendors/nlohmann_json"]
path = vendors/nlohmann_json
url = https://github.com/nlohmann/json.git