CCash/.gitmodules
2021-07-08 02:20:44 -07:00

9 lines
308 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/base64"]
path = third_party/base64
url = https://github.com/aklomp/base64