fix(workspace): exclude zed-storybook from workspace

Added zed-storybook to workspace.exclude to prevent cargo from
treating it as a workspace member. This allows Zed to build the
extension independently.
This commit is contained in:
2026-02-16 23:06:22 +00:00
parent aeccebbda1
commit 6ae0b3fdf6

View File

@@ -1,6 +1,6 @@
[workspace]
members = [".", "xtask"]
exclude = ["tree-sitter-storybook"]
exclude = ["tree-sitter-storybook", "zed-storybook"]
[package]
name = "storybook"