zed/crates/theme/Cargo.toml
2023-05-10 12:59:24 -07:00

23 lines
380 B
TOML

[package]
name = "theme"
version = "0.1.0"
edition = "2021"
publish = false
[features]
test-support = ["gpui/test-support"]
[lib]
path = "src/theme.rs"
doctest = false
[dependencies]
gpui = { path = "../gpui" }
anyhow.workspace = true
indexmap = "1.6.2"
parking_lot.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
toml = "0.5"