1[package]
2name = "ui2"
3version = "0.1.0"
4edition = "2021"
5publish = false
6
7[dependencies]
8anyhow.workspace = true
9chrono = "0.4"
10gpui = { package = "gpui2", path = "../gpui2" }
11itertools = { version = "0.11.0", optional = true }
12serde.workspace = true
13settings2 = { path = "../settings2" }
14smallvec.workspace = true
15strum = { version = "0.25.0", features = ["derive"] }
16theme2 = { path = "../theme2" }
17rand = "0.8"
18
19[features]
20default = ["stories"]
21stories = ["dep:itertools"]