diff --git a/recipes/wip/tools/qrtool/recipe.toml b/recipes/wip/tools/qrtool/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..1820db6985ebd0c1f61f1b063d299738b184fe75 --- /dev/null +++ b/recipes/wip/tools/qrtool/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/sorairolake/qrtool" +[build] +template = "cargo" diff --git a/recipes/wip/web/sitesmith/recipe.toml b/recipes/wip/web/sitesmith/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..dee6cf79d2395f32f6ec781ea26050cb6b8652a7 --- /dev/null +++ b/recipes/wip/web/sitesmith/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/BradenEverson/sitesmith" +[build] +template = "cargo"