mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-25 23:04:27 +00:00
27 lines
No EOL
454 B
TOML
27 lines
No EOL
454 B
TOML
[package]
|
|
name = "gpui_macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
description = "Macros used by gpui"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
inspector = []
|
|
|
|
[lib]
|
|
path = "src/gpui_macros.rs"
|
|
proc-macro = true
|
|
doctest = true
|
|
|
|
[dependencies]
|
|
heck.workspace = true
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn.workspace = true
|
|
|
|
[dev-dependencies]
|
|
gpui = { workspace = true, features = ["inspector"] } |