From: Patrick Date: Sun, 28 May 2023 13:05:49 +0000 (+0200) Subject: add mongoose submodule X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/commitdiff_plain/27a83e93114c31de4b7bd33320a85e5fad0196a3?ds=inline add mongoose submodule --- diff --git a/.gitmodules b/.gitmodules index 00137af..c8685fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "ext/mjson"] path = ext/mjson url = https://github.com/cesanta/mjson +[submodule "ext/curl"] + path = ext/curl + url = https://github.com/curl/curl +[submodule "ext/mongoose"] + path = ext/mongoose + url = https://github.com/cesanta/mongoose diff --git a/ext/mongoose b/ext/mongoose new file mode 160000 index 0000000..45e4b3c --- /dev/null +++ b/ext/mongoose @@ -0,0 +1 @@ +Subproject commit 45e4b3c423c7ee0f378b1b8682eccc533bed3f0d