.gitmodules 470 字节
Newer Older
1 2
[submodule "src/connector/hivemq-tdengine-extension"]
	path = src/connector/hivemq-tdengine-extension
3
	url = https://github.com/taosdata/hivemq-tdengine-extension.git
4 5 6
[submodule "tests/examples/rust"]
	path = tests/examples/rust
	url = https://github.com/songtianyi/tdengine-rust-bindings.git
7 8 9
[submodule "deps/jemalloc"]
	path = deps/jemalloc
	url = https://github.com/jemalloc/jemalloc
T
tickduan 已提交
10 11 12
[submodule "deps/TSZ"]
	path = deps/TSZ
	url = https://github.com/taosdata/TSZ.git