diff options
| author | Patrick | 2023-05-16 17:03:50 +0200 |
|---|---|---|
| committer | Patrick | 2023-05-16 17:03:50 +0200 |
| commit | 7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb (patch) | |
| tree | 3a634529c1bee00d2ea98f7d42d9b8cfca6a1410 /.gitmodules | |
| parent | d43e8671acc5709c192e159e0d91626f0677cdf1 (diff) | |
| download | matrix_esp_thesis-7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb.tar.gz matrix_esp_thesis-7cba6b3cdbd3b82ec9092ce9bda8ec20739096cb.zip | |
refactor fixedbuffer, add mjson
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3d6f22a..00137af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "ext/olm"] path = ext/olm url = https://gitlab.matrix.org/matrix-org/olm/ +[submodule "ext/mjson"] + path = ext/mjson + url = https://github.com/cesanta/mjson |
