zed/crates/theme/Cargo.toml
2023-05-07 21:07:55 +03:00

20 lines
331 B
TOML

[package]
name = "theme"
version = "0.1.0"
edition = "2021"
publish = false
[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"