zed/crates/theme_testbench/Cargo.toml

20 lines
378 B
TOML
Raw Normal View History

2022-09-22 01:57:39 +03:00
[package]
name = "theme_testbench"
version = "0.1.0"
edition = "2021"
publish = false
2022-09-22 01:57:39 +03:00
[lib]
path = "src/theme_testbench.rs"
doctest = false
[dependencies]
gpui = { path = "../gpui" }
theme = { path = "../theme" }
settings = { path = "../settings" }
workspace = { path = "../workspace" }
project = { path = "../project" }
2022-11-16 01:45:04 +03:00
smallvec = { version = "1.6", features = ["union"] }