mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
17 lines
292 B
TOML
17 lines
292 B
TOML
[package]
|
|
name = "plugin_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
serde.workspace = true
|
|
serde_derive.workspace = true
|
|
bincode = "1.3"
|