Create rust template

This commit is contained in:
Alexander
2026-05-13 23:42:35 +02:00
commit 0d0aea2a97
3 changed files with 72 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
description = "A collection of flake templates";
outputs = { self }: {
rust = {
path = ./rust;
description = "Rust template";
};
};
}