Add recipes

This commit is contained in:
Ribbon 2024-05-17 23:26:01 +00:00
parent 95cbdc87ec
commit a652fbc0a9
7 changed files with 44 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/museun/cargo-whatfeatures"
[build]
template = "custom"
script = """
cookbook_cargo --features rustls
"""

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/a11ywatch/rust-to-npm"
[build]
template = "custom"
script = """
cookbook_cargo_packages cli
"""