Add recipes

This commit is contained in:
Ribbon 2025-04-15 23:33:59 +00:00
parent 87fa597911
commit 9416c88e8d
6 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/mediar-ai/uniOCR"
[build]
template = "custom"
script = """
cookbook_cargo_examples basic batch_processing
"""

View File

@ -0,0 +1,11 @@
#TODO not compiled or tested
[source]
git = "https://github.com/nik-rev/ferrishot"
[build]
dependencies = [
"mesa",
"libx11",
"libwayland",
"libxcb",
]
template = "cargo"

View File

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

View File

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

View File

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

View File

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