add recipes

This commit is contained in:
Ribbon 2024-02-20 21:26:12 +00:00
parent 0238ca6a28
commit 07dce1c599
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/ckaznable/tenki"
rev = "f59ba2125d46bc22680a4d2ee63b5ce864e00209"
[build]
template = "cargo"

View File

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

View File

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

View File

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