feat(rust): add rust to the templates
This commit is contained in:
parent
cd612f03ad
commit
9083ff41ab
8 changed files with 139 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
path = ./templates/go;
|
||||
description = "go flake template";
|
||||
};
|
||||
"rust" = {
|
||||
path = ./templates/rust;
|
||||
description = "rust flake template";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue