diff --git a/recipes/wip/dev/cargo-edit/recipe.toml b/recipes/wip/dev/cargo-edit/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..72ba49a1a77a78a9073a8d2add54cbafd4c05d92 --- /dev/null +++ b/recipes/wip/dev/cargo-edit/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/killercup/cargo-edit" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-expand/recipe.toml b/recipes/wip/dev/cargo-expand/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c0d3619b4c91110ca482e10075af328fd1a005c5 --- /dev/null +++ b/recipes/wip/dev/cargo-expand/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dtolnay/cargo-expand" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-feature/recipe.toml b/recipes/wip/dev/cargo-feature/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..bb4e37134ee73127fd1aafae608f36d50cac59ad --- /dev/null +++ b/recipes/wip/dev/cargo-feature/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Riey/cargo-feature" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-lambda/recipe.toml b/recipes/wip/dev/cargo-lambda/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..aacaf669d6fce2d301ba4a75bacedc8a6355d64a --- /dev/null +++ b/recipes/wip/dev/cargo-lambda/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/cargo-lambda/cargo-lambda" +[build] +template = "custom" +script = """ +cookbook_cargo_packages cargo-lambda-cli +""" diff --git a/recipes/wip/dev/cargo-release/recipe.toml b/recipes/wip/dev/cargo-release/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..34efab75012ed9964b23713ad6e9438fc7d55d1a --- /dev/null +++ b/recipes/wip/dev/cargo-release/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/crate-ci/cargo-release" +[build] +template = "cargo"