Files
email-tracker/.gitmodules

19 lines
578 B
Plaintext

[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
[submodule "external/tomlplusplus"]
path = external/tomlplusplus
url = https://github.com/marzer/tomlplusplus
[submodule "external/duckdb"]
path = external/duckdb
url = https://github.com/duckdb/duckdb.git
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json
[submodule "external/BLAKE3"]
path = external/BLAKE3
url = https://github.com/BLAKE3-team/BLAKE3