mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
87bafb04e2
Not sure if it should be in the workspace, but it's easier for now. Co-Authored-By: Derek Briggs <derek.briggs@me.com>
13 lines
199 B
TOML
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"
|