Add recipes

This commit is contained in:
Ribbon 2024-07-14 20:09:58 +00:00
parent 8e18563bf9
commit cc929eb183
11 changed files with 67 additions and 0 deletions

View File

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

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/FGRibreau/spinners"
[build]
template = "custom"
script = """
cookbook_cargo_examples cycle simple stop_persist stop_symbol timer
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ad4mx/spinoff"
[build]
template = "custom"
script = """
cookbook_cargo_examples simple stop_and_persist stream
"""

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/ttytm/wthrr-the-weathercrab"
[build]
template = "cargo"
dependencies = [
"openssl1",
]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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