Add and move recipes

This commit is contained in:
Ribbon 2024-06-24 02:56:43 +00:00
parent a7aebd9186
commit d5e3a8d940
12 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ANSSI-FR/MLA"
[build]
template = "custom"
script = """
cookbook_cargo_packages mlar
"""

View File

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

View File

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

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/google/pix-image-viewer"
[build]
template = "cargo"