diff --git a/recipes/wip/net/slumber/recipe.toml b/recipes/wip/net/slumber/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c2e8146011e78a175530cb445fe6565f13f3b2d7 --- /dev/null +++ b/recipes/wip/net/slumber/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/LucasPickering/slumber" +[build] +template = "cargo" diff --git a/recipes/wip/tools/rfz/recipe.toml b/recipes/wip/tools/rfz/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..51e93ca1e92287e5cd674e1135f2ab8573c88ab5 --- /dev/null +++ b/recipes/wip/tools/rfz/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/MangoTzara/rfz" +[build] +template = "cargo"