CCash/.gitmodules
2021-07-01 23:28:14 -07:00

12 lines
410 B
Text

[submodule "parallel-hashmap"]
path = third_party/parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap
[submodule "drogon"]
path = third_party/drogon
url = https://github.com/an-tao/drogon
[submodule "third_party/xxHash"]
path = third_party/xxHash
url = https://github.com/Cyan4973/xxHash
[submodule "third_party/base64"]
path = third_party/base64
url = https://github.com/aklomp/base64