From 3d593a7c6c147f88a54f8f8c850d3ff88c63b5ee Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 13 Oct 2025 15:58:14 -0300 Subject: [PATCH] Add recipes --- recipes/wip/dev/other/ut/recipe.toml | 5 +++++ recipes/wip/net/http/easyp/recipe.toml | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 recipes/wip/dev/other/ut/recipe.toml create mode 100644 recipes/wip/net/http/easyp/recipe.toml diff --git a/recipes/wip/dev/other/ut/recipe.toml b/recipes/wip/dev/other/ut/recipe.toml new file mode 100644 index 000000000..5020af72f --- /dev/null +++ b/recipes/wip/dev/other/ut/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ksdme/ut" +[build] +template = "cargo" diff --git a/recipes/wip/net/http/easyp/recipe.toml b/recipes/wip/net/http/easyp/recipe.toml new file mode 100644 index 000000000..8c18697eb --- /dev/null +++ b/recipes/wip/net/http/easyp/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +#TODO determine how to configure this part of the deployment script: https://github.com/gmatht/easyp/blob/main/deploy.sh#L39 +[source] +git = "https://github.com/gmatht/easyp-crate" +[build] +template = "custom"