zed/crates/gpui/playground/Cargo.toml

16 lines
232 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"