mirror of
https://github.com/michael-yuji/xc.git
synced 2026-03-17 14:32:32 +01:00
15 lines
271 B
TOML
15 lines
271 B
TOML
[package]
|
|
name = "ipc-macro"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_tokenstream = "0.1"
|
|
syn = { version = "1", features = ["full", "extra-traits"] }
|
|
quote = "1"
|
|
proc-macro2 = "1"
|