feat(rust): add rust to the templates

This commit is contained in:
Artur Manuel 2024-08-14 23:44:43 +01:00
commit 9083ff41ab
Failed to generate hash of commit
8 changed files with 139 additions and 0 deletions

View file

@ -15,6 +15,10 @@
path = ./templates/go;
description = "go flake template";
};
"rust" = {
path = ./templates/rust;
description = "rust flake template";
};
};
};
}