zed/crates/gpui/playground/Cargo.toml

19 lines
304 B
TOML
Raw Normal View History

[[bin]]
name = "playground"
path = "src/playground.rs"
[package]
name = "playground"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-07-25 05:27:14 +00:00
playground_ui = { path = "ui" }
gpui = { path = ".." }
log.workspace = true
simplelog = "0.9"
2023-08-02 02:53:15 +00:00
[dev-dependencies]
gpui = { path = "..", features = ["test-support"] }