zed/crates/theme_selector/Cargo.toml
2022-04-18 17:11:39 -07:00

22 lines
529 B
TOML

[package]
name = "theme_selector"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/theme_selector.rs"
doctest = false
[dependencies]
editor = { path = "../editor" }
fuzzy = { path = "../fuzzy" }
gpui = { path = "../gpui" }
picker = { path = "../picker" }
theme = { path = "../theme" }
settings = { path = "../settings" }
workspace = { path = "../workspace" }
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
parking_lot = "0.11.1"
postage = { version = "0.4.1", features = ["futures-traits"] }
smol = "1.2.5"