mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
15 lines
231 B
TOML
15 lines
231 B
TOML
|
[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
|