diff --git a/recipes/wip/dev/cargo-clone-crate/recipe.toml b/recipes/wip/dev/cargo-clone-crate/recipe.toml index 1767fb992..80e325735 100644 --- a/recipes/wip/dev/cargo-clone-crate/recipe.toml +++ b/recipes/wip/dev/cargo-clone-crate/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/ehuss/cargo-clone-crate" [build] diff --git a/recipes/wip/dev/cargo-component/recipe.toml b/recipes/wip/dev/cargo-component/recipe.toml index 601e17e5f..4a32c1ed4 100644 --- a/recipes/wip/dev/cargo-component/recipe.toml +++ b/recipes/wip/dev/cargo-component/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/bytecodealliance/cargo-component" [build] template = "cargo" +dependencies = [ + "openssl1", +]