diff --git a/recipes/wip/dev/cargo-trim/recipe.toml b/recipes/wip/dev/cargo-trim/recipe.toml index 36e15b27..aedfce42 100644 --- a/recipes/wip/dev/cargo-trim/recipe.toml +++ b/recipes/wip/dev/cargo-trim/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/iamsauravsharma/cargo-trim" [build] diff --git a/recipes/wip/dev/cargo-udeps/recipe.toml b/recipes/wip/dev/cargo-udeps/recipe.toml index 0a0f7c25..a74d9953 100644 --- a/recipes/wip/dev/cargo-udeps/recipe.toml +++ b/recipes/wip/dev/cargo-udeps/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/est31/cargo-udeps" [build] template = "cargo" +dependencies = [ + "openssl1", +]