mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
12 lines
133 B
TOML
12 lines
133 B
TOML
|
[package]
|
||
|
name = "gpui_macros"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
syn = "1.0"
|
||
|
quote = "1.0"
|