diff options
author | Teddy Wing | 2021-02-27 21:13:26 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-27 21:13:26 +0100 |
commit | 2cc2b2b339ef06d0d3b9f62c54c0ba38acc74252 (patch) | |
tree | f8b7c79b9e734b536e074c9e9b2f9bbac2c36c1c /.gitmodules | |
parent | bcd07d85adcf8b1937b3dc3688636e3f7b21ca79 (diff) | |
download | extreload-2cc2b2b339ef06d0d3b9f62c54c0ba38acc74252.tar.bz2 |
Add `wait-group` library dependency
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d1d6dab..69d52b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "l/lib/sysexits"] path = lib/sysexits url = https://github.com/teddywing/cl-sysexits.git +[submodule "lib/wait-group"] + path = lib/wait-group + url = https://github.com/teddywing/cl-wait-group.git |