mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
18effaa76f
As long as it's loaded before oxen-mq or libquic, this should end up being the one that gets used in oxen-mq/libquic, and so we don't have to update those when we want something in a newer oxen-encoding.
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
[submodule "external/nlohmann"]
|
|
path = external/nlohmann
|
|
url = https://github.com/nlohmann/json.git
|
|
[submodule "external/ghc-filesystem"]
|
|
path = external/ghc-filesystem
|
|
url = https://github.com/gulrak/filesystem.git
|
|
[submodule "test/Catch2"]
|
|
path = test/Catch2
|
|
url = https://github.com/catchorg/Catch2
|
|
[submodule "external/pybind11"]
|
|
path = external/pybind11
|
|
url = https://github.com/pybind/pybind11
|
|
branch = stable
|
|
[submodule "external/sqlite_orm"]
|
|
path = external/sqlite_orm
|
|
url = https://github.com/fnc12/sqlite_orm
|
|
[submodule "external/oxen-mq"]
|
|
path = external/oxen-mq
|
|
url = https://github.com/oxen-io/oxen-mq
|
|
[submodule "external/uvw"]
|
|
path = external/uvw
|
|
url = https://github.com/jagerman/uvw.git
|
|
[submodule "external/cpr"]
|
|
path = external/cpr
|
|
url = https://github.com/whoshuu/cpr
|
|
[submodule "gui"]
|
|
path = gui
|
|
url = https://github.com/oxen-io/lokinet-gui.git
|
|
[submodule "external/CLI11"]
|
|
path = external/CLI11
|
|
url = https://github.com/CLIUtils/CLI11.git
|
|
[submodule "external/oxen-libquic"]
|
|
path = external/oxen-libquic
|
|
url = https://github.com/oxen-io/oxen-libquic.git
|
|
[submodule "external/span-lite"]
|
|
path = external/span-lite
|
|
url = https://github.com/martinmoene/span-lite.git
|
|
[submodule "external/oxen-encoding"]
|
|
path = external/oxen-encoding
|
|
url = https://github.com/oxen-io/oxen-encoding.git
|