zed/crates/gpui/playground/Cargo.toml
Nathan Sobo 87bafb04e2 Get playground app launching
Not sure if it should be in the workspace, but it's easier for now.

Co-Authored-By: Derek Briggs <derek.briggs@me.com>
2023-07-14 15:34:31 -06:00

13 lines
199 B
TOML

[[bin]]
name = "playground"
path = "src/playground.rs"
[package]
name = "playground"
version = "0.1.0"
edition = "2021"
[dependencies]
gpui = { path = ".." }
log.workspace = true
simplelog = "0.9"