From 1951be030e08bcc2b9436ddd4303e220b9811078 Mon Sep 17 00:00:00 2001 From: Sienna Meridian Satterwhite Date: Mon, 16 Feb 2026 23:10:44 +0000 Subject: [PATCH] fix(zed): add workspace table to prevent parent workspace inclusion Added empty [workspace] table to zed-storybook/Cargo.toml to explicitly tell cargo this package is not part of the parent workspace. This fixes the Zed extension build error. --- zed-storybook/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zed-storybook/Cargo.toml b/zed-storybook/Cargo.toml index 93ec743..53f2a4f 100644 --- a/zed-storybook/Cargo.toml +++ b/zed-storybook/Cargo.toml @@ -1,3 +1,5 @@ +[workspace] + [package] name = "zed-storybook" version = "0.2.0"