mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
22 lines
380 B
TOML
22 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"
|