mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
19 lines
373 B
TOML
19 lines
373 B
TOML
|
[package]
|
||
|
name = "component_test"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[lib]
|
||
|
path = "src/component_test.rs"
|
||
|
doctest = false
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
gpui = { path = "../gpui" }
|
||
|
settings = { path = "../settings" }
|
||
|
util = { path = "../util" }
|
||
|
theme = { path = "../theme" }
|
||
|
workspace = { path = "../workspace" }
|
||
|
project = { path = "../project" }
|