From 27a83e93114c31de4b7bd33320a85e5fad0196a3 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 28 May 2023 15:05:49 +0200 Subject: add mongoose submodule --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3