diff --git a/recipes/wip/dev/auto-commit/recipe.toml b/recipes/wip/dev/auto-commit/recipe.toml index 454f0ae98bb7cae58207c92263473aab70721a80..008262f53d71c11187096c88e011d71bb3b53b34 100644 --- a/recipes/wip/dev/auto-commit/recipe.toml +++ b/recipes/wip/dev/auto-commit/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/m1guelpf/auto-commit" [build] diff --git a/recipes/wip/dev/bender/recipe.toml b/recipes/wip/dev/bender/recipe.toml index 7cc886370be0d42948ea87bd6ace43848062798b..49828f8145b3defc4bffc56f2f4d2a19985e8357 100644 --- a/recipes/wip/dev/bender/recipe.toml +++ b/recipes/wip/dev/bender/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/pulp-platform/bender" [build] diff --git a/recipes/wip/dev/boon/recipe.toml b/recipes/wip/dev/boon/recipe.toml index 5a497b210b92c8b2285f1192996b222004b2c1d2..f4de5eccc383bccc6e96b447a609ab9e192302df 100644 --- a/recipes/wip/dev/boon/recipe.toml +++ b/recipes/wip/dev/boon/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/camchenry/boon" [build] template = "cargo" +dependencies = [ + "openssl1", +]