mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
15 lines
237 B
TOML
15 lines
237 B
TOML
[package]
|
|
name = "plugin_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
serde = "1.0"
|
|
bincode = "1.3"
|