From e5ae609e9fe87df184f9e19cf4c5a05526b16d54 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 19 May 2024 01:38:08 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/cargo-auto/recipe.toml | 5 +++++ recipes/wip/dev/cargo-depsize/recipe.toml | 5 +++++ recipes/wip/dev/cargo-feature-combinations/recipe.toml | 5 +++++ recipes/wip/dev/cargo-ft/recipe.toml | 5 +++++ recipes/wip/dev/cargo-list/recipe.toml | 5 +++++ recipes/wip/dev/cargo-lockup/recipe.toml | 5 +++++ recipes/wip/dev/cargo-selector/recipe.toml | 5 +++++ recipes/wip/dev/cargo-workspace-version/recipe.toml | 5 +++++ recipes/wip/dev/margo/recipe.toml | 5 +++++ recipes/wip/tools/byteblitz/recipe.toml | 5 +++++ 10 files changed, 50 insertions(+) create mode 100644 recipes/wip/dev/cargo-auto/recipe.toml create mode 100644 recipes/wip/dev/cargo-depsize/recipe.toml create mode 100644 recipes/wip/dev/cargo-feature-combinations/recipe.toml create mode 100644 recipes/wip/dev/cargo-ft/recipe.toml create mode 100644 recipes/wip/dev/cargo-list/recipe.toml create mode 100644 recipes/wip/dev/cargo-lockup/recipe.toml create mode 100644 recipes/wip/dev/cargo-selector/recipe.toml create mode 100644 recipes/wip/dev/cargo-workspace-version/recipe.toml create mode 100644 recipes/wip/dev/margo/recipe.toml create mode 100644 recipes/wip/tools/byteblitz/recipe.toml diff --git a/recipes/wip/dev/cargo-auto/recipe.toml b/recipes/wip/dev/cargo-auto/recipe.toml new file mode 100644 index 000000000..710ea3b7f --- /dev/null +++ b/recipes/wip/dev/cargo-auto/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/automation-tasks-rs/cargo-auto" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-depsize/recipe.toml b/recipes/wip/dev/cargo-depsize/recipe.toml new file mode 100644 index 000000000..31dbae499 --- /dev/null +++ b/recipes/wip/dev/cargo-depsize/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Alfex4936/cargo-depsize" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-feature-combinations/recipe.toml b/recipes/wip/dev/cargo-feature-combinations/recipe.toml new file mode 100644 index 000000000..9151eb05f --- /dev/null +++ b/recipes/wip/dev/cargo-feature-combinations/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/romnn/cargo-feature-combinations" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-ft/recipe.toml b/recipes/wip/dev/cargo-ft/recipe.toml new file mode 100644 index 000000000..f9a144683 --- /dev/null +++ b/recipes/wip/dev/cargo-ft/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/stormshield/cargo-ft" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-list/recipe.toml b/recipes/wip/dev/cargo-list/recipe.toml new file mode 100644 index 000000000..cc318f01d --- /dev/null +++ b/recipes/wip/dev/cargo-list/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/qtfkwk/cargo-list" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-lockup/recipe.toml b/recipes/wip/dev/cargo-lockup/recipe.toml new file mode 100644 index 000000000..ad1e8b9d7 --- /dev/null +++ b/recipes/wip/dev/cargo-lockup/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/collinoc/cargo-lookup" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-selector/recipe.toml b/recipes/wip/dev/cargo-selector/recipe.toml new file mode 100644 index 000000000..df47eedeb --- /dev/null +++ b/recipes/wip/dev/cargo-selector/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/lusingander/cargo-selector" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-workspace-version/recipe.toml b/recipes/wip/dev/cargo-workspace-version/recipe.toml new file mode 100644 index 000000000..2e5e25f2c --- /dev/null +++ b/recipes/wip/dev/cargo-workspace-version/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ava-labs/cargo-workspace-version" +[build] +template = "cargo" diff --git a/recipes/wip/dev/margo/recipe.toml b/recipes/wip/dev/margo/recipe.toml new file mode 100644 index 000000000..f12d0d03e --- /dev/null +++ b/recipes/wip/dev/margo/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/integer32llc/margo" +[build] +template = "cargo" diff --git a/recipes/wip/tools/byteblitz/recipe.toml b/recipes/wip/tools/byteblitz/recipe.toml new file mode 100644 index 000000000..5fc945028 --- /dev/null +++ b/recipes/wip/tools/byteblitz/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/noahra/byteblitz" +[build] +template = "cargo" -- GitLab