Files
storybook/zed-storybook/Cargo.toml
Sienna Meridian Satterwhite 1951be030e 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.
2026-02-16 23:10:44 +00:00

15 lines
220 B
TOML

[workspace]
[package]
name = "zed-storybook"
version = "0.2.0"
edition = "2021"
description = "Zed extension for Storybook DSL"
license = "MIT"
[lib]
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.2.0"