add recipes

This commit is contained in:
Ribbon 2024-02-25 20:34:33 +00:00
parent 9172b6d0db
commit 00407cd0b5
3 changed files with 21 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rnestler/attractorr"
[build]
template = "cargo"
dependencies = [
"openssl1",
]