aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2020-12-01 21:46:21 -0800
committerOmar Rizwan <omar.rizwan@gmail.com>2020-12-01 21:47:05 -0800
commitadf4330f5437dcc655936120a3538967c781391e (patch)
tree99e43827d05c2efb85d532424467289057a21c6a /.gitmodules
parent976c5ef20aba6be4591824b7ee5e4451b29d9ac6 (diff)
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
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules5
1 files changed, 4 insertions, 1 deletions
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