zed/crates/theme/Cargo.toml
Mikayla Maki 41bef2e444
Refactor out git status into FileName component
Integrate file name component into the editor's tab content
2023-05-13 02:26:45 -07:00

20 lines
355 B
TOML

[package]
name = "theme"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/theme.rs"
doctest = false
[dependencies]
gpui = { path = "../gpui" }
fs = { path = "../fs" }
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"