gpui-component/examples/input/Cargo.toml
2025-10-17 10:32:09 +08:00

12 lines
192 B
TOML

[package]
name = "input"
version = "0.3.0-test1"
edition = "2024"
[dependencies]
anyhow.workspace = true
gpui.workspace = true
gpui-component = { workspace = true }
[lints]
workspace = true