fix(ffi-macros): Fix compilation in case we only build this single crate
This commit is contained in:
@@ -17,9 +17,9 @@ test = false
|
|||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2.workspace = true
|
proc-macro2 = { workspace = true , features = ["proc-macro"] }
|
||||||
quote.workspace = true
|
quote.workspace = true
|
||||||
syn = { workspace = true, features = ["full", "extra-traits"] }
|
syn = { workspace = true, features = ["full", "extra-traits", "proc-macro"] }
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user