zed/crates/ui/Cargo.toml

13 lines
232 B
TOML
Raw Normal View History

[package]
name = "ui"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow.workspace = true
gpui2 = { path = "../gpui2" }
serde.workspace = true
settings = { path = "../settings" }
theme = { path = "../theme" }