From 27a83e93114c31de4b7bd33320a85e5fad0196a3 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 28 May 2023 15:05:49 +0200 Subject: [PATCH] add mongoose submodule --- .gitmodules | 6 ++++++ ext/mongoose | 1 + 2 files changed, 7 insertions(+) create mode 160000 ext/mongoose 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 -- 2.50.1