diff --git a/recipes/wip/dev/cargo-duplicates/recipe.toml b/recipes/wip/dev/cargo-duplicates/recipe.toml index e0e52ca5bec797fb75ca3646a6144ac06ce4913f..4b842c46063766ac05a01a8a484106add09a0418 100644 --- a/recipes/wip/dev/cargo-duplicates/recipe.toml +++ b/recipes/wip/dev/cargo-duplicates/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO cargo-util crate error [source] git = "https://github.com/Keruspe/cargo-duplicates" [build] diff --git a/recipes/wip/dev/cargo-edit/recipe.toml b/recipes/wip/dev/cargo-edit/recipe.toml index 72ba49a1a77a78a9073a8d2add54cbafd4c05d92..4f84cdb02943b4ccc929f549e4698c53dd84ad9d 100644 --- a/recipes/wip/dev/cargo-edit/recipe.toml +++ b/recipes/wip/dev/cargo-edit/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/killercup/cargo-edit" [build] template = "cargo" +dependencies = [ + "openssl1", +]