diff --git a/recipes/wip/dev/licensure/recipe.toml b/recipes/wip/dev/licensure/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9d7fdab0c4a6d9038a1abb167003788bc85e3be7
--- /dev/null
+++ b/recipes/wip/dev/licensure/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/chasinglogic/licensure"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/precious/recipe.toml b/recipes/wip/dev/precious/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8036581d2141cf8ca97598bc16e91582c77fdda4
--- /dev/null
+++ b/recipes/wip/dev/precious/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/houseabsolute/precious"
+[build]
+template = "cargo"
diff --git a/recipes/wip/finance/apcacli/recipe.toml b/recipes/wip/finance/apcacli/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8782aa9aa75b1bda42ad99e6ac9cff0e9eceedd0
--- /dev/null
+++ b/recipes/wip/finance/apcacli/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/d-e-s-o/apcacli"
+[build]
+template = "cargo"
diff --git a/recipes/wip/games/tetromino/recipe.toml b/recipes/wip/games/tetromino/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5bc28f719dfb3602bc31f5f1a4f22af1b0bfc65e
--- /dev/null
+++ b/recipes/wip/games/tetromino/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/d-e-s-o/tetromino"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/dify/recipe.toml b/recipes/wip/graphics/dify/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ca5050b346b128eb0388569898febabd81646f3b
--- /dev/null
+++ b/recipes/wip/graphics/dify/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/jihchi/dify"
+[build]
+template = "cargo"
diff --git a/recipes/wip/libs/libhidapi/recipe.toml b/recipes/wip/libs/libhidapi/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2589679fa2e719d6009f3daf42ba7e493270f609
--- /dev/null
+++ b/recipes/wip/libs/libhidapi/recipe.toml
@@ -0,0 +1,9 @@
+#TODO missing script for CMake, see https://github.com/libusb/hidapi/blob/master/BUILD.cmake.md
+[source]
+git = "https://github.com/libusb/hidapi"
+rev = "d3013f0af3f4029d82872c1a9487ea461a56dee4"
+[build]
+template = "custom"
+dependencies = [
+    "libiconv",
+]
diff --git a/recipes/wip/security/nitrocli/recipe.toml b/recipes/wip/security/nitrocli/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d900ea32d49fa705cf8f86dd1ab644e7b96bc17b
--- /dev/null
+++ b/recipes/wip/security/nitrocli/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/d-e-s-o/nitrocli"
+[build]
+template = "cargo"
+dependencies = [
+    "libhidapi",
+]
diff --git a/recipes/wip/tools/notnow/recipe.toml b/recipes/wip/tools/notnow/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..fe2e9ddce689dce40a4dc71b9a34542393cb7e76
--- /dev/null
+++ b/recipes/wip/tools/notnow/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/d-e-s-o/notnow"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/sam/recipe.toml b/recipes/wip/tools/sam/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e64ecdb706fbc4dc3805e38afc92613092db7530
--- /dev/null
+++ b/recipes/wip/tools/sam/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/r-zenine/sam"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages sam-cli
+"""
diff --git a/recipes/wip/tools/tq/recipe.toml b/recipes/wip/tools/tq/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2dcef6e9e6440fec42410bda0b7af919186f91f1
--- /dev/null
+++ b/recipes/wip/tools/tq/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cryptaliagy/tq-rs"
+[build]
+template = "cargo"