diff --git a/recipes/wip/games/tools/oxyromon/recipe.toml b/recipes/wip/games/tools/oxyromon/recipe.toml new file mode 100644 index 000000000..14c8d7b03 --- /dev/null +++ b/recipes/wip/games/tools/oxyromon/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/alucryd/oxyromon" +[build] +template = "cargo" diff --git a/recipes/wip/security/deoptimizer/recipe.toml b/recipes/wip/security/deoptimizer/recipe.toml new file mode 100644 index 000000000..c91e63c07 --- /dev/null +++ b/recipes/wip/security/deoptimizer/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/EgeBalci/deoptimizer" +[build] +template = "cargo"