From d13100ccead5284f41d3dcb2b237ee3a0ea35381 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 1 Jul 2021 23:28:14 -0700 Subject: [PATCH] :sparkles: base64 submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 2587b15..f2c0c4a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "third_party/xxHash"] path = third_party/xxHash url = https://github.com/Cyan4973/xxHash +[submodule "third_party/base64"] + path = third_party/base64 + url = https://github.com/aklomp/base64