{
rust = {
path = ./rust;
description = "Rust template.";
};
cxx = {
path = ./cxx;
description = "C++ template.";
cxxWithXmake = {
path = ./cxxWithXmake;
description = "C++ template built by xmake.";
}