diff --git a/recipes/wip/dev/cargo-binutils/recipe.toml b/recipes/wip/dev/cargo-binutils/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f84307fc9cbce7bd4f968143c52af98ba1634c30
--- /dev/null
+++ b/recipes/wip/dev/cargo-binutils/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-embedded/cargo-binutils"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/dtool/recipe.toml b/recipes/wip/dev/dtool/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..720824b2a0ac74e2c818ab0ac5b2216ce779e79c
--- /dev/null
+++ b/recipes/wip/dev/dtool/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/guoxbin/dtool"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/kickstart/recipe.toml b/recipes/wip/dev/kickstart/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5559ada0624305ce99bf07221c652c1989646a4f
--- /dev/null
+++ b/recipes/wip/dev/kickstart/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Keats/kickstart"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/license-generator/recipe.toml b/recipes/wip/dev/license-generator/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..72349853a8986c2c643d19f35104410440659c30
--- /dev/null
+++ b/recipes/wip/dev/license-generator/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/azu/license-generator"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/svd2rust/recipe.toml b/recipes/wip/dev/svd2rust/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0825eacf51abf768931b161429fa718ffa636d95
--- /dev/null
+++ b/recipes/wip/dev/svd2rust/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-embedded/svd2rust"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/flowbetween/recipe.toml b/recipes/wip/graphics/flowbetween/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..4f92bf386e6a5487ccd494158485785fdf5f6656
--- /dev/null
+++ b/recipes/wip/graphics/flowbetween/recipe.toml
@@ -0,0 +1,11 @@
+#TODO maybe missing dependencies, see https://github.com/Logicalshift/flowbetween/blob/master/user_interfaces/gtk_ui/Cargo.toml#L11
+[source]
+git = "https://github.com/Logicalshift/flowbetween"
+[build]
+template = "custom"
+dependencies = [
+    "gtk3",
+]
+script = """
+cookbook_cargo --features gtk
+"""
diff --git a/recipes/wip/graphics/rimage/recipe.toml b/recipes/wip/graphics/rimage/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0792b1722f48626cdb6498a3f3be698420518834
--- /dev/null
+++ b/recipes/wip/graphics/rimage/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/SalOne22/rimage"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/diffy/recipe.toml b/recipes/wip/tools/diffy/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..93c0c49e6561b625150e44a01abeed6d3c151b0d
--- /dev/null
+++ b/recipes/wip/tools/diffy/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/bmwill/diffy"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/hl/recipe.toml b/recipes/wip/tools/hl/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9eb58d96fb300484a3670e6c6341294a17e0b2dc
--- /dev/null
+++ b/recipes/wip/tools/hl/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pamburus/hl"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/minmon/recipe.toml b/recipes/wip/tools/minmon/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..bae2593b6f22d4bbef8a62f027776cb547cda304
--- /dev/null
+++ b/recipes/wip/tools/minmon/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/flo-at/minmon"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/tl-rs/recipe.toml b/recipes/wip/tools/tl-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..691ab2e34734b56d035dbe59b577fe4ee5d3a62e
--- /dev/null
+++ b/recipes/wip/tools/tl-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/NewDawn0/tl"
+[build]
+template = "cargo"