Cargo.toml
1[package]
2name = "theme_selector"
3version = "0.1.0"
4edition = "2018"
5
6[dependencies]
7editor = { path = "../editor" }
8fuzzy = { path = "../fuzzy" }
9gpui = { path = "../gpui" }
10theme = { path = "../theme" }
11workspace = { path = "../workspace" }
12log = "0.4"
13parking_lot = "0.11.1"
14postage = { version = "0.4.1", features = ["futures-traits"] }
15smol = "1.2.5"