https://github.com/huacnlee/gpui-component/assets/5518/576da9f9-4bff-4faf-a17e-19860cf6f948
17 lines
257 B
TOML
17 lines
257 B
TOML
[package]
|
|
name = "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
|
|
charts-rs = "0.3"
|
|
image = "0.25.1"
|
|
|
|
[lints]
|
|
workspace = true
|