mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
14 lines
217 B
TOML
14 lines
217 B
TOML
[package]
|
|
name = "playground_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/playground_macros.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "1.0.72"
|
|
quote = "1.0.9"
|
|
proc-macro2 = "1.0.66"
|