diff --git a/recipes/wip/dev/cargo-patch/recipe.toml b/recipes/wip/dev/cargo-patch/recipe.toml index 51cedcbb..34a3a686 100644 --- a/recipes/wip/dev/cargo-patch/recipe.toml +++ b/recipes/wip/dev/cargo-patch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO ahash crate error [source] git = "https://github.com/itmettkeDE/cargo-patch" [build] diff --git a/recipes/wip/dev/cargo-public-api/recipe.toml b/recipes/wip/dev/cargo-public-api/recipe.toml index eb8fcaa6..b6f0acd8 100644 --- a/recipes/wip/dev/cargo-public-api/recipe.toml +++ b/recipes/wip/dev/cargo-public-api/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/Enselic/cargo-public-api" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages cargo-public-api """