1[package]
2name = "theme_selector"
3version = "0.1.0"
4edition = "2021"
5
6[lib]
7path = "src/theme_selector.rs"
8doctest = false
9
10[dependencies]
11editor = { path = "../editor" }
12fuzzy = { path = "../fuzzy" }
13gpui = { path = "../gpui" }
14picker = { path = "../picker" }
15theme = { path = "../theme" }
16settings = { path = "../settings" }
17workspace = { path = "../workspace" }
18log = { version = "0.4.16", features = ["kv_unstable_serde"] }
19parking_lot = "0.11.1"
20postage = { version = "0.4.1", features = ["futures-traits"] }
21smol = "1.2.5"
22