zed/crates/ui2/Cargo.toml

21 lines
421 B
TOML
Raw Normal View History

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