mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
18 lines
283 B
TOML
18 lines
283 B
TOML
[package]
|
|
name = "util_macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/util_macros.rs"
|
|
proc-macro = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
quote.workspace = true
|
|
syn.workspace = true
|