mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 00:50:04 +03:00
14 lines
219 B
TOML
14 lines
219 B
TOML
|
[package]
|
||
|
name = "plugin_macros"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
syn = { version = "1.0", features = ["full"] }
|
||
|
quote = "1.0"
|
||
|
proc-macro2 = "1.0"
|
||
|
serde = "1.0"
|
||
|
bincode = "1.3"
|