zed/crates/gpui/playground/Cargo.toml
Nathan Sobo 147aa0f695 WIP
2023-08-25 21:41:21 -06:00

25 lines
531 B
TOML

[package]
name = "playground"
version = "0.1.0"
edition = "2021"
publish = false
[[bin]]
name = "playground"
path = "src/playground.rs"
[dependencies]
anyhow.workspace = true
derive_more.workspace = true
gpui = { path = ".." }
log.workspace = true
playground_macros = { path = "../playground_macros" }
parking_lot.workspace = true
refineable.workspace = true
serde.workspace = true
simplelog = "0.9"
smallvec.workspace = true
util = { path = "../../util" }
[dev-dependencies]
gpui = { path = "..", features = ["test-support"] }