gpui-component/crates/story/Cargo.toml
2025-11-17 10:05:08 +08:00

41 lines
927 B
TOML

[package]
edition = "2024"
name = "gpui-component-story"
publish = false
version = "0.4.0"
[features]
inspector = ["gpui-component/inspector"]
[dependencies]
anyhow.workspace = true
gpui.workspace = true
gpui-component = { workspace = true, features = [
"tree-sitter-languages",
"webview",
] }
gpui-component-assets.workspace = true
reqwest_client = { path = "../reqwest_client" }
autocorrect = "2.14.2"
chrono = "0.4"
color-lsp = "0.2.0"
fake = { version = "2.10.0", features = ["dummy"] }
itertools = "0.14.0"
lsp-types.workspace = true
rand = "0.8"
raw-window-handle = { version = "0.6", features = ["std"] }
regex = "1"
serde = "1"
serde_json = "1"
smol.workspace = true
tracing.workspace = true
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tree-sitter-navi = "0.2.2"
unindent = "0.2.3"
[target.'cfg(target_os = "linux")'.dependencies]
gtk = { version = "0.18" }
[lints]
workspace = true