diff --git a/recipes/wip/dev/cargo-clone-crate/recipe.toml b/recipes/wip/dev/cargo-clone-crate/recipe.toml index 676829b5..1767fb99 100644 --- a/recipes/wip/dev/cargo-clone-crate/recipe.toml +++ b/recipes/wip/dev/cargo-clone-crate/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/ehuss/cargo-clone-crate" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/dev/cargo-clone/recipe.toml b/recipes/wip/dev/cargo-clone/recipe.toml index 2750381e..b3fe303f 100644 --- a/recipes/wip/dev/cargo-clone/recipe.toml +++ b/recipes/wip/dev/cargo-clone/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO cargo-util crate error [source] git = "https://github.com/JanLikar/cargo-clone" [build]