[submodule "google-benchmark"]
	path = ext/google-benchmark
	url = https://github.com/google/benchmark
	branch = main
[submodule "ext/fmt"]
	path = ext/fmt
	url = https://github.com/fmtlib/fmt.git
	branch = master
[submodule "ext/random123"]
	path = ext/random123
	url = https://github.com/DEShawResearch/random123
	branch = main
[submodule "ext/json"]
	path = ext/json
	url = https://github.com/nlohmann/json.git
	branch = master
[submodule "ext/pybind11"]
	path = ext/pybind11
	url = https://github.com/pybind/pybind11.git
[submodule "ext/googletest"]
	path = ext/googletest
	url = https://github.com/google/googletest.git	
	branch = release-1.12.1