diff --git a/recipes/wip/himalaya/recipe.toml b/recipes/wip/himalaya/recipe.toml index 91a9b9eb0..f4de53068 100644 --- a/recipes/wip/himalaya/recipe.toml +++ b/recipes/wip/himalaya/recipe.toml @@ -1,4 +1,4 @@ -#TODO ring crate error +#TODO xdg-home crate error (after a patch on ring) [source] git = "https://github.com/soywod/himalaya" [build] diff --git a/recipes/wip/horsetab/recipe.toml b/recipes/wip/horsetab/recipe.toml index 7b475eab5..e46d3802d 100644 --- a/recipes/wip/horsetab/recipe.toml +++ b/recipes/wip/horsetab/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/ChrisVilches/horsetab" [build] template = "cargo" +dependencies = [ + "openssl1", +]