diff options
author | Anton Kling <anton@kling.gg> | 2023-10-22 21:23:17 +0200 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2023-10-22 21:23:17 +0200 |
commit | 4f286b44f8610194d68a9fcb05c066e2fd28641a (patch) | |
tree | 78095ac467cf396232180ce649993285e030ba35 /.gitmodules | |
parent | 6f94dc4896089695811cbbf8ffe712f2113c8788 (diff) |
Add hashmap to submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4bd1270..5283f8e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "crypto/SHA1"] path = crypto/SHA1 url = git@github.com:elttil/SHA1.git +[submodule "userland/json/hashmap"] + path = userland/json/hashmap + url = git@github.com:elttil/hashmap.git |