From ab60a07ee32de567aa2939033d73f76bc2fa993d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 12 May 2024 07:22:56 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/cargo-http-registry/recipe.toml | 5 +++++ recipes/wip/tools/caligula/recipe.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 recipes/wip/dev/cargo-http-registry/recipe.toml create mode 100644 recipes/wip/tools/caligula/recipe.toml diff --git a/recipes/wip/dev/cargo-http-registry/recipe.toml b/recipes/wip/dev/cargo-http-registry/recipe.toml new file mode 100644 index 000000000..d2320b6fa --- /dev/null +++ b/recipes/wip/dev/cargo-http-registry/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/d-e-s-o/cargo-http-registry" +[build] +template = "cargo" diff --git a/recipes/wip/tools/caligula/recipe.toml b/recipes/wip/tools/caligula/recipe.toml new file mode 100644 index 000000000..b4e44f90c --- /dev/null +++ b/recipes/wip/tools/caligula/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ifd3f/caligula" +[build] +template = "cargo" -- GitLab