
Closes #ISSUE https://github.com/zed-industries/zed/pull/23804 Release Notes: - Improved detection of project roots for use by language servers.
22 lines
379 B
TOML
22 lines
379 B
TOML
[package]
|
|
name = "gpui_macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/gpui_macros.rs"
|
|
proc-macro = true
|
|
doctest = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.93"
|
|
quote = "1.0.9"
|
|
syn = { version = "1.0.72", features = ["full", "extra-traits"] }
|
|
|
|
[dev-dependencies]
|
|
gpui.workspace = true
|