From eceb1ab5fe0ef5476d494924124e30df81c3f6d4 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Tue, 24 Oct 2023 21:03:44 +0200 Subject: [PATCH] Add profiled recipe --- recipes/profiled/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/profiled/recipe.toml diff --git a/recipes/profiled/recipe.toml b/recipes/profiled/recipe.toml new file mode 100644 index 000000000..1876ca359 --- /dev/null +++ b/recipes/profiled/recipe.toml @@ -0,0 +1,5 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/profiled.git" + +[build] +template = "cargo"