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.
This commit is contained in:
2026-02-16 23:10:44 +00:00
parent 6ae0b3fdf6
commit 1951be030e

View File

@@ -1,3 +1,5 @@
[workspace]
[package] [package]
name = "zed-storybook" name = "zed-storybook"
version = "0.2.0" version = "0.2.0"