graphql-engine/v3/crates/utils/recursion_limit_macro/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
214 B
TOML
Raw Normal View History

[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