From 36b22802ea855406d2d299ac94c878e4e637e26b Mon Sep 17 00:00:00 2001 From: Ribbon <peer_64x@protonmail.com> Date: Thu, 9 Mar 2023 11:29:19 +0000 Subject: [PATCH] New recipe. --- recipes/shellharden/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/shellharden/recipe.toml diff --git a/recipes/shellharden/recipe.toml b/recipes/shellharden/recipe.toml new file mode 100644 index 000000000..7cdbbb3d5 --- /dev/null +++ b/recipes/shellharden/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://github.com/anordal/shellharden.git" + +[build] +template = "cargo" -- GitLab