zed/crates/ui2/Cargo.toml

22 lines
459 B
TOML
Raw Normal View History

2023-10-06 23:52:05 +03:00
[package]
name = "ui2"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow.workspace = true
chrono = "0.4"
2023-10-21 17:01:47 +03:00
gpui2 = { path = "../gpui2" }
itertools = { version = "0.11.0", optional = true }
2023-10-06 23:52:05 +03:00
serde.workspace = true
settings2 = { path = "../settings2" }
2023-10-06 23:52:05 +03:00
smallvec.workspace = true
strum = { version = "0.25.0", features = ["derive"] }
theme2 = { path = "../theme2" }
2023-10-06 23:52:05 +03:00
rand = "0.8"
[features]
default = ["stories"]
stories = ["dep:itertools"]