diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-07-02 00:07:50 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-07-02 00:07:50 +0200 |
commit | 48ceb8591e1e3c7695d091f02a6a43edb5f77936 (patch) | |
tree | 56b2dc940dce8f8a68ff4242678687777a5f9f6f /.gitmodules | |
parent | 618dfeab47d4b3a7ddadf70b09fc607861ab271a (diff) |
Add html-parser as a dependency and remove tidy
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5475f6a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "depends/html-parser"] + path = depends/html-parser + url = git://git.dec05eba.com/html-parser |