pinnacle/api/rust_grpc/pinnacle-api-macros/Cargo.toml

15 lines
303 B
TOML
Raw Normal View History

2024-01-19 06:11:25 +01:00
[package]
name = "pinnacle-api-macros"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quote = "1.0.35"
syn = { version = "2.0.48", features = ["full"] }
proc-macro2 = "1.0.76"
[lib]
proc-macro = true