diff --git a/recipes/wip/demos/pipes-rs/recipe.toml b/recipes/wip/demos/pipes-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c970f372ed0c6b80e58cbc1a9a152484a07760e8 --- /dev/null +++ b/recipes/wip/demos/pipes-rs/recipe.toml @@ -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 +""" diff --git a/recipes/wip/demos/spinners/recipe.toml b/recipes/wip/demos/spinners/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..505fd3c843abc8ec20fc64528765f2c576c32f41 --- /dev/null +++ b/recipes/wip/demos/spinners/recipe.toml @@ -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 +""" diff --git a/recipes/wip/demos/spinoff/recipe.toml b/recipes/wip/demos/spinoff/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b15b7184078e86bb4302955614fe29494c0c3e3b --- /dev/null +++ b/recipes/wip/demos/spinoff/recipe.toml @@ -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 +""" diff --git a/recipes/wip/science/wthrr/recipe.toml b/recipes/wip/science/wthrr/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..cb15129bc50cf16acc80472205c4fa294c421c49 --- /dev/null +++ b/recipes/wip/science/wthrr/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ttytm/wthrr-the-weathercrab" +[build] +template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/sys-info/bb/recipe.toml b/recipes/wip/sys-info/bb/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..147c196e9bf878fc5e9d9d3deacfa7ad6e1126fd --- /dev/null +++ b/recipes/wip/sys-info/bb/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/epilys/bb" +[build] +template = "cargo" diff --git a/recipes/wip/terminal/thokr/recipe.toml b/recipes/wip/terminal/thokr/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4b54acaf10515e49a3c53c3726ed4e97e9af3783 --- /dev/null +++ b/recipes/wip/terminal/thokr/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/jrnxf/thokr" +[build] +template = "cargo" diff --git a/recipes/wip/text/csview/recipe.toml b/recipes/wip/text/csview/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8833c875508555c231e4e1e7a8c09f7a8d38ecec --- /dev/null +++ b/recipes/wip/text/csview/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/wfxr/csview" +[build] +template = "cargo" diff --git a/recipes/wip/text/fsrx/recipe.toml b/recipes/wip/text/fsrx/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5606d37cfd9f58034b17d368bbd0dbec6cc2f02c --- /dev/null +++ b/recipes/wip/text/fsrx/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/jrnxf/fsrx" +[build] +template = "cargo" diff --git a/recipes/wip/text/jt/recipe.toml b/recipes/wip/text/jt/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..fd37be9cd9841bb563fb6c46fd489242ea3d7ecd --- /dev/null +++ b/recipes/wip/text/jt/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/shashwatah/jot" +[build] +template = "cargo" diff --git a/recipes/wip/text/md-tui/recipe.toml b/recipes/wip/text/md-tui/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..452d1a662eadcb5445785aaec1a6eed6356b982c --- /dev/null +++ b/recipes/wip/text/md-tui/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/henriklovhaug/md-tui" +[build] +template = "cargo" diff --git a/recipes/wip/tui/projectable/recipe.toml b/recipes/wip/tui/projectable/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c46bfdee9132d32e3349a70b2bbf1aa164a1b565 --- /dev/null +++ b/recipes/wip/tui/projectable/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dzfrias/projectable" +[build] +template = "cargo"