diff --git a/recipes/cosmic-edit/recipe.toml b/recipes/cosmic-edit/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5fe5a184b75d6e8e5e67ea3d5b2693b34455cf69
--- /dev/null
+++ b/recipes/cosmic-edit/recipe.toml
@@ -0,0 +1,9 @@
+[source]
+git = "https://github.com/pop-os/cosmic-edit.git"
+branch = "master_jammy"
+
+[build]
+template = "custom"
+script = """
+cookbook_cargo --no-default-features
+"""