diff options
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | ext/mongoose | 0 |
2 files changed, 6 insertions, 0 deletions
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 +Subproject 45e4b3c423c7ee0f378b1b8682eccc533bed3f0 |
