diff --git a/recipes/wip/net/slumber/recipe.toml b/recipes/wip/net/slumber/recipe.toml new file mode 100644 index 00000000..c2e81460 --- /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 00000000..51e93ca1 --- /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"