- https://github.com/huacnlee/zed/pull/6 - https://github.com/zed-industries/zed/pull/13730
18 lines
267 B
TOML
18 lines
267 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"
|
|
wry = "0"
|
|
|
|
[lints]
|
|
workspace = true
|