zed/crates/project_panel/Cargo.toml

23 lines
558 B
TOML
Raw Normal View History

[package]
name = "project_panel"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/project_panel.rs"
doctest = false
[dependencies]
gpui = { path = "../gpui" }
project = { path = "../project" }
settings = { path = "../settings" }
theme = { path = "../theme" }
util = { path = "../util" }
workspace = { path = "../workspace" }
unicase = "2.6"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }
workspace = { path = "../workspace", features = ["test-support"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }