diff --git a/recipes/wip/finance/apcacli/recipe.toml b/recipes/wip/finance/apcacli/recipe.toml index d288822b1..e2fdc08b5 100644 --- a/recipes/wip/finance/apcacli/recipe.toml +++ b/recipes/wip/finance/apcacli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/d-e-s-o/apcacli" [build] diff --git a/recipes/wip/finance/cargo-fund/recipe.toml b/recipes/wip/finance/cargo-fund/recipe.toml index 1b5697be4..2f09bccb9 100644 --- a/recipes/wip/finance/cargo-fund/recipe.toml +++ b/recipes/wip/finance/cargo-fund/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/acfoltzer/cargo-fund" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/finance/pushtx/recipe.toml b/recipes/wip/finance/pushtx/recipe.toml index 0078b9d59..43b24cf73 100644 --- a/recipes/wip/finance/pushtx/recipe.toml +++ b/recipes/wip/finance/pushtx/recipe.toml @@ -1,4 +1,5 @@ -#TODO Not compiled or tested +#TODO compiled but not tested +#TODO add a command to properly move the executable [source] git = "https://github.com/alfred-hodler/pushtx" [build]