mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
15 lines
264 B
TOML
15 lines
264 B
TOML
[package]
|
|
name = "playground_ui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "playground_ui"
|
|
path = "src/playground_ui.rs"
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
derive_more = "0.99.17"
|
|
gpui = { path = "../.." }
|
|
log.workspace = true
|
|
optional_struct = "0.3.1"
|