diff --git a/recipes/wip/dev/clippy/recipe.toml b/recipes/wip/dev/clippy/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..db81cc48374aaf50f2c19a34a0daa161d078255d
--- /dev/null
+++ b/recipes/wip/dev/clippy/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-lang/rust-clippy"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/crater/recipe.toml b/recipes/wip/dev/crater/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..36433fe776fc4f6b7ac88dadd82d9747e8447207
--- /dev/null
+++ b/recipes/wip/dev/crater/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-lang/crater"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/rust-analyzer/recipe.toml b/recipes/wip/dev/rust-analyzer/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d74f1c316dae2d480e82b879a3f7666bc7d23a8a
--- /dev/null
+++ b/recipes/wip/dev/rust-analyzer/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-lang/rust-analyzer"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/rustfmt/recipe.toml b/recipes/wip/dev/rustfmt/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..7bac4a3623aa7ee9428e0f29869b0b9501942b8c
--- /dev/null
+++ b/recipes/wip/dev/rustfmt/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-lang/rustfmt"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/rustup/recipe.toml b/recipes/wip/dev/rustup/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..33463a870c11f34dbc4013e92a0c8df90be07c6b
--- /dev/null
+++ b/recipes/wip/dev/rustup/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-lang/rustup"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/lines-rs/recipe.toml b/recipes/wip/tools/lines-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b14c5cd6ec3dc3eef042e26dc7707bb4d5366638
--- /dev/null
+++ b/recipes/wip/tools/lines-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ryanfowler/lines"
+[build]
+template = "cargo"