Add recipes

This commit is contained in:
Ribbon 2024-05-07 21:38:35 +00:00
parent d9bcdb8011
commit 897adc9f58
7 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/pksunkara/cargo-workspaces"
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}"/cargo-workspaces
cookbook_cargo
"""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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