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:
@@ -1,3 +1,5 @@
|
|||||||
|
[workspace]
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "zed-storybook"
|
name = "zed-storybook"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user