mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
18 lines
425 B
TOML
18 lines
425 B
TOML
[package]
|
|
name = "storybook3"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "storybook"
|
|
path = "src/storybook3.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
|
|
gpui = { package = "gpui2", path = "../gpui2" }
|
|
ui = { package = "ui2", path = "../ui2", features = ["stories"] }
|
|
theme = { package = "theme2", path = "../theme2", features = ["stories"] }
|
|
settings = { package = "settings2", path = "../settings2"}
|