mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
18 lines
361 B
TOML
18 lines
361 B
TOML
|
[package]
|
||
|
name = "theme_testbench"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
path = "src/theme_testbench.rs"
|
||
|
doctest = false
|
||
|
|
||
|
|
||
|
[dependencies]
|
||
|
gpui = { path = "../gpui" }
|
||
|
theme = { path = "../theme" }
|
||
|
settings = { path = "../settings" }
|
||
|
workspace = { path = "../workspace" }
|
||
|
project = { path = "../project" }
|
||
|
|
||
|
smallvec = { version = "1.6", features = ["union"] }
|