zed/crates/gpui/playground/ui/Cargo.toml
Nathan Sobo 480401d65d WIP
2023-07-27 18:23:23 -06:00

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