diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a7b93c6..dd01cad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,9 @@ path = fennel-test url = https://gitlab.com/andreyorst/fennel-test.git branch = v0.0.1 +[submodule "lazy-seq"] + path = lazy-seq + url = https://gitlab.com/andreyorst/lazy-seq +[submodule "itable"] + path = itable + url = https://gitlab.com/andreyorst/itable |