mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 02:26:28 +00:00
1c26ce1dcf
also: - updated conformance tests - added ubsan options to meson.build
20 lines
646 B
Plaintext
20 lines
646 B
Plaintext
[submodule "external/toml-test"]
|
|
path = external/toml-test
|
|
url = https://github.com/BurntSushi/toml-test.git
|
|
[submodule "external/toml-spec-tests"]
|
|
path = external/toml-spec-tests
|
|
url = https://github.com/iarna/toml-spec-tests.git
|
|
[submodule "external/dox"]
|
|
path = external/dox
|
|
url = https://github.com/marzer/dox.git
|
|
[submodule "external/Catch2"]
|
|
path = external/Catch2
|
|
url = https://github.com/catchorg/Catch2.git
|
|
branch = v2.x
|
|
[submodule "external/tloptional"]
|
|
path = external/tloptional
|
|
url = https://github.com/TartanLlama/optional.git
|
|
[submodule "external/json"]
|
|
path = external/json
|
|
url = https://github.com/nlohmann/json.git
|