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]
|
||||
name = "zed-storybook"
|
||||
version = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user