[package] name = "theme2" version = "0.1.0" edition = "2021" publish = false [features] test-support = [ "gpui2/test-support", "fs/test-support", "settings2/test-support" ] [lib] path = "src/theme2.rs" doctest = false [dependencies] anyhow.workspace = true fs = { path = "../fs" } gpui2 = { path = "../gpui2" } indexmap = "1.6.2" parking_lot.workspace = true refineable.workspace = true schemars.workspace = true serde.workspace = true serde_derive.workspace = true serde_json.workspace = true settings2 = { path = "../settings2" } toml.workspace = true util = { path = "../util" } [dev-dependencies] gpui2 = { path = "../gpui2", features = ["test-support"] } fs = { path = "../fs", features = ["test-support"] } settings2 = { path = "../settings2", features = ["test-support"] }