mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
d3f844b54d
This upgrades `darling` and `schemars` too, so they also use `syn` v2. V3_GIT_ORIGIN_REV_ID: 731160389115dfa079fb1e13e831204d278f5a40
16 lines
214 B
TOML
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
|