[package] | |
name = "dora-operator-api-macros" | |
version.workspace = true | |
edition = "2021" | |
description = "Rust API Macros for Dora Operator" | |
documentation.workspace = true | |
license.workspace = true | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
[lib] | |
proc-macro = true | |
[dependencies] | |
syn = { version = "1.0.81", features = ["full"] } | |
quote = "1.0.10" | |
proc-macro2 = "1.0.32" | |