aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-21 00:59:23 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-21 01:40:51 +0200
commit1d4480c0f36f9d4e75c00e58c065b4c43e53b4f3 (patch)
treed1a6653b6b341c7ac3282c834329d180cbf543a0 /.gitmodules
parent4eb044e62526f32c89a645525505722b80d49e96 (diff)
Import slweb
slweb contains the HTTP/1.1 server implementation and surrounding utilities that are used by slcl. The motivation behind this was to allow these components to be used by other projects, as well as effectively making slcl smaller and more modular.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a977745..5667d5d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "dynstr"]
path = dynstr
url = https://gitea.privatedns.org/xavi92/dynstr
+[submodule "slweb"]
+ path = slweb
+ url = https://gitea.privatedns.org/xavi92/slweb