diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 15d95622..bb8a7a6e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "third_party/uvwasi"] path = third_party/uvwasi url = https://github.com/nodejs/uvwasi +[submodule "third_party/picosha2"] + path = third_party/picosha2 + url = https://github.com/okdshin/PicoSHA2 |