mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
21e6b09361
Release Notes: - N/A
17 lines
264 B
TOML
17 lines
264 B
TOML
[package]
|
|
name = "gpui_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
|
|
[lib]
|
|
path = "src/gpui_macros.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.72", features = ["full"] }
|
|
quote = "1.0.9"
|
|
proc-macro2 = "1.0.66"
|