From 6148150ff5a2b630a8d76c055040b7b399f69a38 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 15 Jun 2024 11:49:48 +0000 Subject: [PATCH] Add a recipe --- recipes/wip/tools/rsftch/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/wip/tools/rsftch/recipe.toml diff --git a/recipes/wip/tools/rsftch/recipe.toml b/recipes/wip/tools/rsftch/recipe.toml new file mode 100644 index 000000000..214b2cfbc --- /dev/null +++ b/recipes/wip/tools/rsftch/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/charklie/rsftch" +[build] +template = "cargo"