diff --git a/recipes/wip/dev/cargo-component/recipe.toml b/recipes/wip/dev/cargo-component/recipe.toml index 4a32c1ed481c7452d563a52944bb54d831a6a263..bacbc60a6f9ae5490063ba544c0fee6b4a4f13cf 100644 --- a/recipes/wip/dev/cargo-component/recipe.toml +++ b/recipes/wip/dev/cargo-component/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/bytecodealliance/cargo-component" [build] diff --git a/recipes/wip/dev/cargo-depsize/recipe.toml b/recipes/wip/dev/cargo-depsize/recipe.toml index 31dbae4999468ada4eebd2632c7d1b46063f75fe..4f6e8176557e42710fd7ff9f7f976f48c96761d6 100644 --- a/recipes/wip/dev/cargo-depsize/recipe.toml +++ b/recipes/wip/dev/cargo-depsize/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/Alfex4936/cargo-depsize" [build] template = "cargo" +dependencies = [ + "openssl1", +]