Impl DynNode

This commit is contained in:
Dennis
2022-08-23 14:02:50 -07:00
committed by Keavon Chambers
parent 5531fc690f
commit d566ba852d
16 changed files with 433 additions and 84 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ default = ["derive", "memoization"]
[dependencies]
graphene-core = {path = "../gcore"}
graphene-core = {path = "../gcore", features = ["async", "std"]}
borrow_stack = {path = "../borrow_stack"}
dyn-any = {path = "../../libraries/dyn-any", features = ["derive"]}
graph-proc-macros = {path = "../proc-macro", optional = true}