oxen-mq/.gitmodules
Jason Rhinelander 045df9cb9b
Use oxen-encoding and add compatibility shim headers
bt_*, hex, base32z, base64 all moved to oxen-encoding a while ago; this
finishes the move by removing them from oxenmq and instead making oxenmq
depend on oxen-encoding.
2022-01-18 10:30:23 -04:00

10 lines
270 B
Plaintext

[submodule "cppzmq"]
path = cppzmq
url = https://github.com/zeromq/cppzmq.git
[submodule "Catch2"]
path = tests/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "oxen-encoding"]
path = oxen-encoding
url = https://github.com/oxen-io/oxen-encoding.git