diff --git a/recipes/wip/havn/recipe.toml b/recipes/wip/havn/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..ea1e8e55f843b8ae1146a426765ea16e954d8773 --- /dev/null +++ b/recipes/wip/havn/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mrjackwills/havn" +[build] +template = "cargo" diff --git a/recipes/wip/netscanner/recipe.toml b/recipes/wip/netscanner/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8a5e2d7ef6b2c02a78a20d858de3dce39ebe70c8 --- /dev/null +++ b/recipes/wip/netscanner/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Chleba/netscanner" +[build] +template = "cargo"