25 lines
394 B
TOML
25 lines
394 B
TOML
[package]
|
|
name = "zed-util-macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish = true
|
|
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 = []
|