1[package]
2name = "project_panel"
3version = "0.1.0"
4edition = "2018"
5
6[dependencies]
7gpui = { path = "../gpui" }
8project = { path = "../project" }
9theme = { path = "../theme" }
10workspace = { path = "../workspace" }
11postage = { version = "0.4.1", features = ["futures-traits"] }
12
13[dev-dependencies]
14gpui = { path = "../gpui", features = ["test-support"] }
15workspace = { path = "../workspace", features = ["test-support"] }
16serde_json = { version = "1.0.64", features = ["preserve_order"] }