add recipes

This commit is contained in:
Ribbon 2024-04-05 21:33:58 +00:00
parent 7e2b522b27
commit 66d16a6659
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/taiki-e/cargo-hack"
[build]
template = "cargo"

View File

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

View File

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

View File

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

View File

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