Add recipes

This commit is contained in:
Ribbon 2024-05-12 08:37:28 +00:00
parent 6c8f7dd7b3
commit ebbf7d3c8e
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/killercup/cargo-edit"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/dtolnay/cargo-expand"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Riey/cargo-feature"
[build]
template = "cargo"

View File

@ -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
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/crate-ci/cargo-release"
[build]
template = "cargo"