Files
email-tracker/.gitmodules
2025-10-25 12:23:53 -05:00

22 lines
688 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
[submodule "external/cpp-httplib"]
path = external/cpp-httplib
url = https://github.com/yhirose/cpp-httplib