diff --git a/recipes/wip/shells/brush/recipe.toml b/recipes/wip/shells/brush/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1a0ce04b63ae6302659349a21ae3c3b755059c46
--- /dev/null
+++ b/recipes/wip/shells/brush/recipe.toml
@@ -0,0 +1,8 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/reubeno/brush"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages brush-shell
+"""
diff --git a/recipes/wip/web/gosub/recipe.toml b/recipes/wip/web/gosub/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c4452465853b24313ccfec195651154d473fab7b
--- /dev/null
+++ b/recipes/wip/web/gosub/recipe.toml
@@ -0,0 +1,9 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/gosub-browser/gosub-engine"
+[build]
+template = "custom"
+script = """
+cookbook_cargo --bin gosub-parser css3-parser renderer \
+style-parser
+"""