diff --git a/recipes/wip/dev/cargo-component/recipe.toml b/recipes/wip/dev/cargo-component/recipe.toml index 4a32c1ed4..bacbc60a6 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 31dbae499..4f6e81765 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", +]