From bd31c21fde99fe400e60774e420656143df755bd Mon Sep 17 00:00:00 2001 From: Martin Michalec Date: Sun, 22 Feb 2026 06:14:55 +0300 Subject: add dependencies --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..daf67a5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendor/cmmm/string-view"] + path = vendor/cmmm/string-view + url = https://git.michalec.dev/string-view +[submodule "vendor/cmmm/arena"] + path = vendor/cmmm/arena + url = https://git.michalec.dev/arena -- cgit v1.3