This moves some of the changes made in https://github.com/zed-industries/zed/pull/39543 to the `publish_gpui` script. This PR also updates that script to use `gpui_` instead of `zed-` (where possible) Release Notes: - N/A
25 lines
391 B
TOML
25 lines
391 B
TOML
[package]
|
|
name = "util_macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
description = "Utility macros for Zed"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/util_macros.rs"
|
|
proc-macro = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
quote.workspace = true
|
|
syn.workspace = true
|
|
perf.workspace = true
|
|
workspace-hack.workspace = true
|
|
|
|
[features]
|
|
perf-enabled = []
|