mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
19 lines
278 B
TOML
19 lines
278 B
TOML
[package]
|
|
name = "popover_button"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/popover_button.rs"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
ui.workspace = true
|