diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2020-10-17 03:00:57 -0700 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2020-10-17 03:00:57 -0700 |
commit | c78377d46442739e48ffd1e418b950b78608e509 (patch) | |
tree | 75a8c05b4881d09816f11f3b3ebd67111fe08e25 /.gitmodules | |
parent | 74b1b0f789ea4e310a138c4b6d476a78d49cf557 (diff) |
Bring back base64.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 775a802..3308a11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "fs/cJSON"] path = fs/cJSON url = https://github.com/DaveGamble/cJSON.git +[submodule "fs/base64"] + path = fs/base64 + url = https://github.com/zhicheng/base64.git
\ No newline at end of file |