mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 02:26:28 +00:00
bf13bbd42e
also: - refactoring - documentation fixes - updated conformance tests - made submodules shallow
22 lines
637 B
Plaintext
22 lines
637 B
Plaintext
[submodule "external/toml-test"]
|
|
path = external/toml-test
|
|
url = https://github.com/BurntSushi/toml-test.git
|
|
shallow = true
|
|
[submodule "external/toml-spec-tests"]
|
|
path = external/toml-spec-tests
|
|
url = https://github.com/iarna/toml-spec-tests.git
|
|
shallow = true
|
|
[submodule "external/tloptional"]
|
|
path = external/tloptional
|
|
url = https://github.com/TartanLlama/optional.git
|
|
shallow = true
|
|
[submodule "external/json"]
|
|
path = external/json
|
|
url = https://github.com/nlohmann/json.git
|
|
shallow = true
|
|
[submodule "external/Catch2"]
|
|
path = external/Catch2
|
|
url = https://github.com/catchorg/Catch2.git
|
|
branch = v2.x
|
|
shallow = true
|