diff --git a/recipes/wip/starship/recipe.toml b/recipes/wip/starship/recipe.toml index 908477fb0..18582e826 100644 --- a/recipes/wip/starship/recipe.toml +++ b/recipes/wip/starship/recipe.toml @@ -1,3 +1,4 @@ +#TODO xdg-home crate error #TODO nix::unistd::User [source] git = "https://github.com/starship/starship" diff --git a/recipes/wip/steel/recipe.toml b/recipes/wip/steel/recipe.toml index 9bc2c28e0..bfa9b713a 100644 --- a/recipes/wip/steel/recipe.toml +++ b/recipes/wip/steel/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/mattwparas/steel" [build] template = "cargo" +dependencies = [ + "openssl1", +]