2021-04-18 12:04:46 +00:00
|
|
|
[submodule "external/toml-test"]
|
|
|
|
path = external/toml-test
|
2020-06-25 14:33:01 +00:00
|
|
|
url = https://github.com/BurntSushi/toml-test.git
|
2022-04-24 17:21:59 +00:00
|
|
|
shallow = true
|
2021-04-18 12:04:46 +00:00
|
|
|
[submodule "external/toml-spec-tests"]
|
|
|
|
path = external/toml-spec-tests
|
2020-06-25 14:33:01 +00:00
|
|
|
url = https://github.com/iarna/toml-spec-tests.git
|
2022-04-24 17:21:59 +00:00
|
|
|
shallow = true
|
2021-04-18 12:04:46 +00:00
|
|
|
[submodule "external/tloptional"]
|
|
|
|
path = external/tloptional
|
|
|
|
url = https://github.com/TartanLlama/optional.git
|
2022-04-24 17:21:59 +00:00
|
|
|
shallow = true
|
2022-01-03 18:51:03 +00:00
|
|
|
[submodule "external/json"]
|
|
|
|
path = external/json
|
|
|
|
url = https://github.com/nlohmann/json.git
|
2022-04-24 17:21:59 +00:00
|
|
|
shallow = true
|
|
|
|
[submodule "external/Catch2"]
|
|
|
|
path = external/Catch2
|
|
|
|
url = https://github.com/catchorg/Catch2.git
|
|
|
|
branch = v2.x
|
|
|
|
shallow = true
|