From adf4330f5437dcc655936120a3538967c781391e Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Tue, 1 Dec 2020 21:46:21 -0800 Subject: start refactor to use frozen instead of cJSON; I can list dirs, but can't read file yet also (... at the same time ...) more work on refactoring background.js to eliminate middle layer, I guess --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 3308a11..83e5456 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,7 @@ 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 + url = https://github.com/zhicheng/base64.git +[submodule "fs/frozen"] + path = fs/frozen + url = https://github.com/cesanta/frozen.git -- cgit v1.2.3