{
rust = {
path = ./rust;
description = "Rust template.";
};
cxx = {
path = ./cxx;
description = "C++ template.";
python = {
path = ./python;
description = "Python template.";
}