graphql-engine/v3/crates/utils/recursion_limit_macro/Cargo.toml
Samir Talwar d3f844b54d Use syn v2 in our own macros. (#574)
This upgrades `darling` and `schemars` too, so they also use `syn` v2.

V3_GIT_ORIGIN_REV_ID: 731160389115dfa079fb1e13e831204d278f5a40
2024-05-14 07:50:49 +00:00

16 lines
214 B
TOML

[package]
name = "recursion_limit_macro"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
bench = false
[dependencies]
quote = "1"
syn = { version = "2", features = ["full"] }
[lints]
workspace = true