zed/crates/gpui/playground/ui/Cargo.toml

16 lines
264 B
TOML
Raw Normal View History

2023-07-25 05:27:14 +00:00
[package]
name = "playground_ui"
version = "0.1.0"
edition = "2021"
[lib]
name = "playground_ui"
path = "src/playground_ui.rs"
crate-type = ["dylib"]
[dependencies]
2023-07-28 00:23:23 +00:00
derive_more = "0.99.17"
2023-07-25 05:27:14 +00:00
gpui = { path = "../.." }
2023-07-28 00:23:23 +00:00
log.workspace = true
optional_struct = "0.3.1"