Add recipes

This commit is contained in:
Ribbon 2024-05-15 19:00:17 +00:00
parent 9c9254a265
commit fbbecfe1b6
11 changed files with 64 additions and 0 deletions

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/guppy-rs/guppy"
[build]
template = "custom"
script = """
cookbook_cargo_packages cargo-guppy
"""

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/guppy-rs/guppy"
[build]
template = "custom"
script = """
cookbook_cargo_packages cargo-hakari
"""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/wasmi-labs/wasmi"
[build]
template = "custom"
script = """
cookbook_cargo_packages wasmi_cli
"""