Add recipes

This commit is contained in:
Ribbon 2025-07-03 06:50:39 -03:00
parent badf148035
commit 2458a4ecd4
3 changed files with 18 additions and 0 deletions

View File

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

View File

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

View File

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