zed/crates/gpui/playground/Cargo.toml
Nathan Sobo 0d31d6dac5 WIP
2023-08-12 10:00:08 -06:00

24 lines
536 B
TOML

[[bin]]
name = "playground"
path = "src/playground.rs"
[package]
name = "playground"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
derive_more.workspace = true
gpui = { path = ".." }
log.workspace = true
optional_struct = "0.3.1"
serde.workspace = true
simplelog = "0.9"
smallvec.workspace = true
taffy = { git = "https://github.com/DioxusLabs/taffy", rev = "dab541d6104d58e2e10ce90c4a1dad0b703160cd" }
util = { path = "../../util" }
[dev-dependencies]
gpui = { path = "..", features = ["test-support"] }