commit 88ed8bf2d776d685f78699439df0178c7fcf530f Author: Riyyi Date: Sat Mar 18 23:30:51 2023 +0100 Initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..12f8dc1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendor/ruc"] + path = vendor/ruc + url = https://github.com/riyyi/ruc +[submodule "vendor/mal"] + path = vendor/mal + url = https://github.com/kanaka/mal diff --git a/vendor/mal b/vendor/mal new file mode 160000 index 0000000..dcf8f4d --- /dev/null +++ b/vendor/mal @@ -0,0 +1 @@ +Subproject commit dcf8f4d7b9cf7b858850a04a0b835d6a9f4e7176 diff --git a/vendor/ruc b/vendor/ruc new file mode 160000 index 0000000..07c9f99 --- /dev/null +++ b/vendor/ruc @@ -0,0 +1 @@ +Subproject commit 07c9f9959d3ce46da8bc7b0777d803524f9d1ec0