graphql-engine/v3/crates/opendds-derive/Cargo.toml

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

15 lines
231 B
TOML
Raw Normal View History

[package]
name = "opendds-derive"
version = "0.1.0"
edition = "2021"
[dependencies]
darling = "0.13"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
convert_case = "0.6.0"
[lib]
proc-macro = true