mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
866ffdd4ae
Co-authored-by: Keith Simmons <keith@zed.dev>
21 lines
446 B
TOML
21 lines
446 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" }
|
|
theme = { path = "../theme" }
|
|
settings = { path = "../settings" }
|
|
workspace = { path = "../workspace" }
|
|
log = "0.4"
|
|
parking_lot = "0.11.1"
|
|
postage = { version = "0.4.1", features = ["futures-traits"] }
|
|
smol = "1.2.5"
|