feat: add validation to include_definition macro
This commit is contained in:
@@ -8,5 +8,7 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0", features = ["full"] }
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|
||||
quote = "1.0"
|
||||
types = { version = "0.1.0", path = "../types" }
|
||||
|
||||
Reference in New Issue
Block a user