https://github.com/huacnlee/gpui-component/assets/5518/51622a5e-f51d-4ede-8cae-04cae703f8aa
15 lines
225 B
TOML
15 lines
225 B
TOML
[package]
|
|
name = "ui-story"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ui.workspace = true
|
|
gpui.workspace = true
|
|
serde.workspace = true
|
|
fake = "2.9.2"
|
|
anyhow = "1"
|
|
workspace.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|