zed/crates/theme/Cargo.toml

24 lines
413 B
TOML
Raw Normal View History

2021-10-05 09:14:30 +00:00
[package]
name = "theme"
version = "0.1.0"
edition = "2021"
publish = false
2021-10-05 09:14:30 +00:00
[features]
test-support = ["gpui/test-support"]
[lib]
path = "src/theme.rs"
doctest = false
2021-10-05 09:14:30 +00:00
[dependencies]
gpui = { path = "../gpui" }
fs = { path = "../fs" }
anyhow.workspace = true
2021-10-05 09:14:30 +00:00
indexmap = "1.6.2"
parking_lot.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
toml.workspace = true