diff --git a/recipes/wip/demos/tenki/recipe.toml b/recipes/wip/demos/tenki/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..147814ab797c297730695744c5161dd37bab2003
--- /dev/null
+++ b/recipes/wip/demos/tenki/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ckaznable/tenki"
+rev = "f59ba2125d46bc22680a4d2ee63b5ce864e00209"
+[build]
+template = "cargo"
diff --git a/recipes/wip/security/cve-rs/recipe.toml b/recipes/wip/security/cve-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..87830e3c52366d796550ec1c74b9e35c689006e2
--- /dev/null
+++ b/recipes/wip/security/cve-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Speykious/cve-rs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tui/rust-kanban/recipe.toml b/recipes/wip/tui/rust-kanban/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..48b192d4fca76d4a261da2d5beb46f7d04b98ffc
--- /dev/null
+++ b/recipes/wip/tui/rust-kanban/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/yashs662/rust_kanban"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tui/syndicationd/recipe.toml b/recipes/wip/tui/syndicationd/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..11ab61bca46532842dfc6f3139b6700242fa87fa
--- /dev/null
+++ b/recipes/wip/tui/syndicationd/recipe.toml
@@ -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
+"""