From b9ca8753b41d7731c7cf6c60694508fcb21fb8af Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 11:03:35 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/starship/recipe.toml | 1 +
 recipes/wip/steel/recipe.toml    | 3 +++
 2 files changed, 4 insertions(+)

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",
+]
-- 
GitLab